public class BenthosBatchUIHandler extends AbstractTuttiBatchTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>
fishingOperationMonitor, persistenceServicecontext| Constructor and Description |
|---|
BenthosBatchUIHandler(FishingOperationsUI parentUi,
BenthosBatchUI ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitUI() |
void |
beforeInitUI() |
protected TableColumnModel |
createTableColumnModel() |
protected FishingOperation |
getFishingOperation() |
protected BenthosBatchUIModel |
getModel() |
protected String[] |
getRowPropertiesToIgnore() |
protected org.jdesktop.swingx.JXTable |
getTable() |
protected BenthosBatchTableModel |
getTableModel() |
protected boolean |
isRowValid(BenthosBatchRowModel row) |
void |
onCloseUI() |
protected void |
onModelRowsChanged(List<BenthosBatchRowModel> rows) |
protected void |
onRowModified(BenthosBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
protected void |
onRowModifyStateChanged(BenthosBatchRowModel row,
Boolean oldValue,
Boolean newValue) |
protected void |
onRowValidStateChanged(BenthosBatchRowModel row,
Boolean oldValue,
Boolean newValue) |
protected void |
saveRow(BenthosBatchRowModel row) |
protected void |
saveSelectedRowIfRequired() |
void |
selectFishingOperation(FishingOperation bean) |
initBatchTable, saveSelectedRowIfRequiredaddBooleanColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addIntegerColumnToModel, getRowMonitor, installTableKeyListener, listenRowsFromModel, newTableCellRender, newTableCellRender, newTableCellRendergetConfig, getContext, getDecorator, initBeanComboBox, initBeanList, initDatePicker, initNumberEditor, initTimeEditor, initUI, listenValidatorValid, listModelIsModify, newListCellRender, newListCellRender, newListCellRender, selectListData, setBoolean, setDate, setText, updateIndicespublic BenthosBatchUIHandler(FishingOperationsUI parentUi, BenthosBatchUI ui)
protected BenthosBatchUIModel getModel()
getModel in class AbstractTuttiUIHandler<BenthosBatchUIModel>protected BenthosBatchTableModel getTableModel()
getTableModel in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected org.jdesktop.swingx.JXTable getTable()
getTable in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected FishingOperation getFishingOperation()
getFishingOperation in class AbstractTuttiBatchTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected String[] getRowPropertiesToIgnore()
getRowPropertiesToIgnore in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected TableColumnModel createTableColumnModel()
createTableColumnModel in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected void onRowModified(BenthosBatchRowModel row, String propertyName, Object oldValue, Object newValue)
onRowModified in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected void onRowValidStateChanged(BenthosBatchRowModel row, Boolean oldValue, Boolean newValue)
onRowValidStateChanged in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected void onRowModifyStateChanged(BenthosBatchRowModel row, Boolean oldValue, Boolean newValue)
onRowModifyStateChanged in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected void onModelRowsChanged(List<BenthosBatchRowModel> rows)
onModelRowsChanged in class AbstractTuttiTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected void saveSelectedRowIfRequired()
saveSelectedRowIfRequired in class AbstractTuttiBatchTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected boolean isRowValid(BenthosBatchRowModel row)
isRowValid in class AbstractTuttiBatchTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>protected void saveRow(BenthosBatchRowModel row)
saveRow in class AbstractTuttiBatchTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>public void selectFishingOperation(FishingOperation bean)
selectFishingOperation in class AbstractTuttiBatchTableUIHandler<BenthosBatchRowModel,BenthosBatchUIModel>public void beforeInitUI()
beforeInitUI in class AbstractTuttiUIHandler<BenthosBatchUIModel>public void afterInitUI()
afterInitUI in class AbstractTuttiUIHandler<BenthosBatchUIModel>public void onCloseUI()
onCloseUI in class AbstractTuttiUIHandler<BenthosBatchUIModel>Copyright © 2012 Ifremer. All Rights Reserved.