public String getValue(PropertyRecord object) {
return object.getValue();
}
};
OptionCell optionCell = new OptionCell("remove", new ActionCell.Delegate<String>()
{
@Override
public void execute(String rowNum) {
Integer row = Integer.valueOf(rowNum);
PropertyRecord propertyRecord = propertyProvider.getList().get(row);