0,
2 );
int row = 1;
for ( Fixture fixture : retList ) {
final ActivateRuleFlowGroup acticateRuleFlowGroup = (ActivateRuleFlowGroup) fixture;
outer.setWidget( row,
0,
new SmallLabel( acticateRuleFlowGroup.getName() ) );
Image image = CommonAltedImages.INSTANCE.DeleteItemSmall();
image.setAltText( TestScenarioConstants.INSTANCE.RemoveThisRuleFlowActivation() );
ImageButton del = new ImageButton( image,
TestScenarioConstants.INSTANCE.RemoveThisRuleFlowActivation(),
new ClickHandler() {