public abstract class AbstractTuttiBatchTableUIHandler<R extends AbstractTuttiBeanUIModel,M extends AbstractTuttiBatchUIModel<R,M>,T extends org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<R>,UI extends TuttiUI<M,?>> extends AbstractTuttiTableUIHandler<R,M,UI>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTuttiBatchTableUIHandler(String... properties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttachementHighlighter(org.jdesktop.swingx.JXTable table,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier identifier) |
protected void |
addCommentHighlighter(org.jdesktop.swingx.JXTable table,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier identifier) |
protected void |
addHighlighters(org.jdesktop.swingx.JXTable table) |
void |
clearTableSelection()
To clear the table selection.
|
protected abstract org.nuiton.jaxx.application.swing.table.ColumnIdentifier<R> |
getAttachementIdentifier() |
protected abstract org.nuiton.jaxx.application.swing.table.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, uninstallTableSaveOnRowChangedSelectionListeneraddColumnToModel, addFloatColumnToModel, buildReminderLabelTitle, buildReminderLabelTitle, clearValidators, closeUI, getConfig, getContext, getDataContext, getDecorator, getPersistenceService, getPropertiesToIgnore, getTopestUI, getValidateCruiseOperationsService, getValidationService, getWeightStringValue, getWeightStringValue, initButton, initButtonAttachment, initJXTitledPanel, initLabel, initNumberEditor, initTextField, initUIComponent, listenModelModifiy, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, registerValidators, resetComboBoxAction, showInformationMessageaddAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addFloatColumnToModel, addIntegerColumnToModel, addIntegerColumnToModel, affectKeyStroke, askCancelEditBeforeLeaving, askSaveBeforeLeaving, autoSelectRowInTable, beforeInit, beforeOpenPopup, changeValidatorContext, closeDialog, decorate, decorate, getComponentToFocus, getListValidators, getModel, getParentContainer, getSimpleValidators, getUI, getValidator, incrementsMessage, initBeanComboBox, initBeanComboBox, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initBeanList, initComponentToFocus, initCoordinateDMDEditor, initCoordinateDMSEditor, initDatePicker, initNumberEditor, initScrollPane, initTimeEditor, initUI, initValidators, isAutoSelectOnFocus, newComboModel, newListCellRender, newListCellRender, newListCellRender, newNumberCellRenderer, newTableCellRender, newTableCellRender, newTableCellRender, onCloseUI, openDialog, openRowMenu, quitInternalScreen, quitScreen, quitScreen, selectListData, setBoolean, setDate, setFile, setText, showSuccessMessage, useListValidators, useSimpleValidatorsprotected AbstractTuttiBatchTableUIHandler(String... properties)
protected abstract org.nuiton.jaxx.application.swing.table.ColumnIdentifier<R> getCommentIdentifier()
protected abstract org.nuiton.jaxx.application.swing.table.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,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier identifier)
protected void addAttachementHighlighter(org.jdesktop.swingx.JXTable table,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier identifier)
Copyright © 2012–2015 Ifremer. All rights reserved.