return String.valueOf(object.isBootTime());
}
};
NamedCommand removeCmd = new NamedCommand(Console.CONSTANTS.common_label_delete()) {
@Override
public void execute(int rownum) {
if (!PropertyEditor.this.propertyTable.isEnabled()) return;
final PropertyRecord property = propertyProvider.getList().get(rownum);