2 );
int row = 1;
for ( Fixture fixture : retractList ) {
if ( fixture instanceof RetractFact ) {
final RetractFact retractFact = (RetractFact) fixture;
setWidget( row,
0,
new SmallLabel( retractFact.getName() ) );
setWidget( row,
1,
new DeleteButton( retractFact ) );