M - type of the ui modelpublic abstract class AbstractTuttiTabContainerUIHandler<M,UI extends TuttiUI<M,?>> extends AbstractTuttiUIHandler<M,UI>
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,
AbstractTuttiBeanUIModel model)
Sets a
CustomTab as tab component. |
afterInitUI, askCancelEditBeforeLeaving, askSaveBeforeLeaving, beforeInitUI, canCloseUI, changeValidatorContext, clearValidators, closeDialog, closeUI, createAction, decorate, doAction, getConfig, getContext, getDataContext, getDecorator, getModel, getPropertiesToIgnore, getUI, getValidator, initAction, initBeanComboBox, initBeanComboBox, initBeanList, initButtonAttachmentEditor, initDatePicker, initNumberEditor, initTimeEditor, listenValidatorValid, listModelIsModify, newComboActionModel, newComboModel, newListCellRender, newListCellRender, newListCellRender, onCloseUI, openDialog, registerValidators, selectFirstInCombo, selectListData, setBoolean, setDate, setText, showInformationMessageprotected 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,
AbstractTuttiBeanUIModel model)
CustomTab as tab component.index - model - Copyright © 2012-2013 Ifremer. All Rights Reserved.