Uses of Class
org.teamapps.dto.UiTab
-
-
Uses of UiTab in org.teamapps.dto
Fields in org.teamapps.dto declared as UiTab Modifier and Type Field Description protected UiTabUiTabPanel.AddTabCommand. tabFields in org.teamapps.dto with type parameters of type UiTab Modifier and Type Field Description protected java.util.List<UiTab>UiTabPanel. tabsMethods in org.teamapps.dto that return UiTab Modifier and Type Method Description UiTabUiTabPanel.AddTabCommand. getTab()UiTabUiTab. setCloseable(boolean closeable)UiTabUiTab. setContent(UiComponentReference content)UiTabUiTab. setLazyLoading(boolean lazyLoading)UiTabUiTab. setRightSide(boolean rightSide)UiTabUiTab. setToolbar(UiComponentReference toolbar)UiTabUiTab. setVisible(boolean visible)Methods in org.teamapps.dto that return types with arguments of type UiTab Modifier and Type Method Description java.util.List<UiTab>UiTabPanel. getTabs()Method parameters in org.teamapps.dto with type arguments of type UiTab Modifier and Type Method Description UiTabPanelUiTabPanel. setTabs(java.util.List<UiTab> tabs)Constructors in org.teamapps.dto with parameters of type UiTab Constructor Description AddTabCommand(java.lang.String componentId, UiTab tab, boolean select)
-