public abstract class AbstractTuttiBatchTableUIHandler<R extends AbstractTuttiBeanUIModel,M extends AbstractTuttiBatchUIModel<R,M>,T extends AbstractTuttiTableModel<R>,UI extends TuttiUI<M,?>> extends AbstractTuttiTableUIHandler<R,M,UI>
persistenceServiceCONFIRMATION_FORMAT, context, ui| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTuttiBatchTableUIHandler(TuttiUI<?,?> parentUi,
UI ui,
String... properties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttachementHighlighter(org.jdesktop.swingx.JXTable table,
ColumnIdentifier identifier) |
protected void |
addCommentHighlighter(org.jdesktop.swingx.JXTable table,
ColumnIdentifier identifier) |
protected void |
addHighlighters(org.jdesktop.swingx.JXTable table) |
void |
clearTableSelection()
To clear the table selection.
|
protected abstract ColumnIdentifier<R> |
getAttachementIdentifier() |
protected abstract ColumnIdentifier<R> |
getCommentIdentifier() |
protected void |
initBatchTable(org.jdesktop.swingx.JXTable table,
org.jdesktop.swingx.table.TableColumnModelExt columnModel,
T tableModel) |
protected void |
onRowModified(int rowIndex,
R row,
String propertyName,
Object oldValue,
Object newValue)
Invoke each time the
AbstractTuttiBeanUIModel.modify state on
the current selected row changed. |
abstract void |
selectFishingOperation(FishingOperation bean) |
cleanrRowMonitor, getRowPropertiesToIgnore, getTable, getTableModel, initTable, installTableKeyListener, installTableSaveOnRowChangedSelectionListener, isRowValid, onAfterSelectedRowChanged, onModelRowsChanged, onRowModifyStateChanged, onRowValidStateChanged, recomputeRowValidState, saveSelectedRowIfNeeded, saveSelectedRowIfRequired, uninstallTableKeyListener, uninstallTableSaveOnRowChangedSelectionListeneraddAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addFloatColumnToModel, addIntegerColumnToModel, afterInitUI, askCancelEditBeforeLeaving, askSaveBeforeLeaving, autoSelectRowInTable, beforeInitUI, beforeOpenPopup, buildReminderLabelTitle, buildReminderLabelTitle, changeValidatorContext, clearValidators, closeDialog, closeUI, decorate, decorate, getComponentToFocus, getConfig, getContext, getDataContext, getDecorator, getModel, getPropertiesToIgnore, getTopestUI, getUI, getValidator, incrementsMessage, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initBeanList, initButton, initButtonAttachment, initCoordinateDMDEditor, initCoordinateDMSEditor, initDatePicker, initLabel, initNumberEditor, initScrollPane, initTextField, initTimeEditor, initUI, isAutoSelectOnFocus, listenModelModifiy, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, newComboModel, newListCellRender, newListCellRender, newListCellRender, newTableCellRender, newTableCellRender, newTableCellRender, onCloseUI, openDialog, openRowMenu, quitScreen, registerValidators, selectListData, setBoolean, setDate, setFile, setText, showInformationMessage, showSuccessMessageprotected abstract ColumnIdentifier<R> getCommentIdentifier()
protected abstract ColumnIdentifier<R> getAttachementIdentifier()
public abstract void selectFishingOperation(FishingOperation bean)
public final void clearTableSelection()
protected void onRowModified(int rowIndex,
R row,
String propertyName,
Object oldValue,
Object newValue)
AbstractTuttiTableUIHandlerAbstractTuttiBeanUIModel.modify state on
the current selected row changed.onRowModified in class AbstractTuttiTableUIHandler<R extends AbstractTuttiBeanUIModel,M extends AbstractTuttiBatchUIModel<R,M>,UI extends TuttiUI<M,?>>rowIndex - row index of the modified rowrow - modified rowpropertyName - name of the modified property of the rowoldValue - old value of the modified propertynewValue - new value of the modified propertyprotected void initBatchTable(org.jdesktop.swingx.JXTable table,
org.jdesktop.swingx.table.TableColumnModelExt columnModel,
T tableModel)
protected void addHighlighters(org.jdesktop.swingx.JXTable table)
addHighlighters in class AbstractTuttiUIHandler<M extends AbstractTuttiBatchUIModel<R,M>,UI extends TuttiUI<M,?>>protected void addCommentHighlighter(org.jdesktop.swingx.JXTable table,
ColumnIdentifier identifier)
protected void addAttachementHighlighter(org.jdesktop.swingx.JXTable table,
ColumnIdentifier identifier)
Copyright © 2012–2013 Ifremer. All rights reserved.