M - type of the ui modelpublic abstract class AbstractTuttiTabContainerUIHandler<M,UI extends TuttiUI<M,?>> extends AbstractTuttiUIHandler<M,UI>
CONFIRMATION_FORMAT, context, ui, WARNING_FORMAT| 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, addComboDataColumnToModel, addFloatColumnToModel, addIntegerColumnToModel, afterInitUI, askCancelEditBeforeLeaving, askOverwriteFile, askSaveBeforeLeaving, autoSelectRowInTable, beforeInitUI, changeValidatorContext, clearValidators, closeDialog, closeUI, decorate, decorate, getConfig, getContext, getDataContext, getDecorator, getModel, getPropertiesToIgnore, getTopestUI, getUI, getValidator, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initButton, initButtonAttachment, initDatePicker, initLabel, initNumberEditor, initTextField, initTimeEditor, isAutoSelectOnFocus, listenValidatorValid, listModelIsModify, newComboModel, newListCellRender, newListCellRender, newListCellRender, newTableCellRender, newTableCellRender, newTableCellRender, onCloseUI, openDialog, 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.