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