M - type of the ui modelpublic abstract class AbstractTuttiTabContainerUIHandler<M> extends AbstractTuttiUIHandler<M>
context| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTuttiTabContainerUIHandler(TuttiUIContext context) |
| 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, beforeInitUI, changeValidatorContext, closeDialog, closeUI, decorate, getConfig, getContext, getDecorator, getModel, initBeanComboBox, initBeanList, initDatePicker, initNumberEditor, initTimeEditor, listenValidatorValid, listModelIsModify, newListCellRender, newListCellRender, newListCellRender, onCloseUI, openDialog, selectFirstInCombo, selectListData, setBoolean, setDate, setText, showInformationMessageprotected AbstractTuttiTabContainerUIHandler(TuttiUIContext context)
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)
initUI in class AbstractTuttiUIHandler<M>protected void setCustomTab(int index,
AbstractTuttiBeanUIModel model)
CustomTab as tab component.index - model - Copyright © 2012-2013 Ifremer. All Rights Reserved.