M - type of the ui modelpublic abstract class AbstractTuttiTabContainerUIHandler<M,UI extends TuttiUI<M,?>> extends AbstractTuttiUIHandler<M,UI>
CONFIRMATION_FORMAT, context, ui| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTuttiTabContainerUIHandler(TuttiUIContext context,
UI ui) |
| Modifier and Type | Method and Description |
|---|---|
protected TabHandler |
getTabHandler(int index)
Returns the tab handler of the tab i.
|
protected abstract JTabbedPane |
getTabPanel() |
protected void |
initUI(TuttiUI ui) |
protected boolean |
onTabChanged(int currentIndex,
int newIndex)
Method called when the user selects a tab.
|
protected void |
setCustomTab(int index,
TabContentModel model)
Sets a
CustomTab as tab component. |
addAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addFloatColumnToModel, addHighlighters, 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, isAutoSelectOnFocus, listenModelModifiy, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, newComboModel, newListCellRender, newListCellRender, newListCellRender, newTableCellRender, newTableCellRender, newTableCellRender, onCloseUI, openDialog, openRowMenu, quitScreen, registerValidators, selectListData, setBoolean, setDate, setText, showInformationMessage, showSuccessMessageprotected AbstractTuttiTabContainerUIHandler(TuttiUIContext context, UI ui)
protected abstract JTabbedPane getTabPanel()
protected boolean onTabChanged(int currentIndex,
int newIndex)
currentIndex - newIndex - false if you want to prevent the tab change,
true otherwiseprotected TabHandler getTabHandler(int index)
index - the index of the tabTabHandler interface,
null otherwiseprotected void initUI(TuttiUI ui)
protected void setCustomTab(int index,
TabContentModel model)
CustomTab as tab component.index - model - Copyright © 2012–2013 Ifremer. All rights reserved.