attributeCellTable.redraw();
}
}
};
Cell<Attribute> actionCell = new ActionCell<Attribute>("Remove",delegate);
Column<Attribute, String> actionColumn = new IdentityColumn(actionCell);
reasonCodeColumn.setFieldUpdater(new FieldUpdater<Attribute, String>() {
public void update(int index, Attribute object, String value) {
object.setReasonCode(value);
attributeCellTable.redraw();