public class PlanktonBatchUIHandler extends AbstractTuttiBatchTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>
fishingOperationMonitor, persistenceServicecontext| Constructor and Description |
|---|
PlanktonBatchUIHandler(FishingOperationsUI parentUi,
PlanktonBatchUI ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitUI() |
void |
beforeInitUI() |
protected TableColumnModel |
createTableColumnModel() |
protected FishingOperation |
getFishingOperation() |
protected PlanktonBatchUIModel |
getModel() |
protected String[] |
getRowPropertiesToIgnore() |
protected org.jdesktop.swingx.JXTable |
getTable() |
protected PlanktonBatchTableModel |
getTableModel() |
protected boolean |
isRowValid(PlanktonBatchRowModel row) |
void |
onCloseUI() |
protected void |
onModelRowsChanged(List<PlanktonBatchRowModel> rows) |
protected void |
onRowModified(PlanktonBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
protected void |
onRowModifyStateChanged(PlanktonBatchRowModel row,
Boolean oldValue,
Boolean newValue) |
protected void |
onRowValidStateChanged(PlanktonBatchRowModel row,
Boolean oldValue,
Boolean newValue) |
protected void |
saveRow(PlanktonBatchRowModel 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 PlanktonBatchUIHandler(FishingOperationsUI parentUi, PlanktonBatchUI ui)
protected PlanktonBatchUIModel getModel()
getModel in class AbstractTuttiUIHandler<PlanktonBatchUIModel>protected PlanktonBatchTableModel getTableModel()
getTableModel in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected org.jdesktop.swingx.JXTable getTable()
getTable in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected FishingOperation getFishingOperation()
getFishingOperation in class AbstractTuttiBatchTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected String[] getRowPropertiesToIgnore()
getRowPropertiesToIgnore in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected TableColumnModel createTableColumnModel()
createTableColumnModel in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected void onRowModified(PlanktonBatchRowModel row, String propertyName, Object oldValue, Object newValue)
onRowModified in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected void onRowValidStateChanged(PlanktonBatchRowModel row, Boolean oldValue, Boolean newValue)
onRowValidStateChanged in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected void onRowModifyStateChanged(PlanktonBatchRowModel row, Boolean oldValue, Boolean newValue)
onRowModifyStateChanged in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected void onModelRowsChanged(List<PlanktonBatchRowModel> rows)
onModelRowsChanged in class AbstractTuttiTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected void saveSelectedRowIfRequired()
saveSelectedRowIfRequired in class AbstractTuttiBatchTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected boolean isRowValid(PlanktonBatchRowModel row)
isRowValid in class AbstractTuttiBatchTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>protected void saveRow(PlanktonBatchRowModel row)
saveRow in class AbstractTuttiBatchTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>public void selectFishingOperation(FishingOperation bean)
selectFishingOperation in class AbstractTuttiBatchTableUIHandler<PlanktonBatchRowModel,PlanktonBatchUIModel>public void beforeInitUI()
beforeInitUI in class AbstractTuttiUIHandler<PlanktonBatchUIModel>public void afterInitUI()
afterInitUI in class AbstractTuttiUIHandler<PlanktonBatchUIModel>public void onCloseUI()
onCloseUI in class AbstractTuttiUIHandler<PlanktonBatchUIModel>Copyright © 2012 Ifremer. All Rights Reserved.