Uses of Class
de.xima.fc.gui.model.portal.EUserPortalViewTab
-
Packages that use EUserPortalViewTab Package Description de.xima.fc.gui.model.portal -
-
Uses of EUserPortalViewTab in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return EUserPortalViewTab Modifier and Type Method Description static EUserPortalViewTabEUserPortalViewTab. byTabIndexOrNull(int activeTabIndex)Gets the tab by its index.EUserPortalViewTabUserPortalViewModel. getActiveTab()Gets the tab that is currently active, i.e.static EUserPortalViewTabEUserPortalViewTab. valueOf(String name)Returns the enum constant of this type with the specified name.static EUserPortalViewTab[]EUserPortalViewTab. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.model.portal that return types with arguments of type EUserPortalViewTab Modifier and Type Method Description Set<EUserPortalViewTab>UserPortalViewModel. getEnabledTabs()Gets the tabs that are enabled for the portal.Methods in de.xima.fc.gui.model.portal with parameters of type EUserPortalViewTab Modifier and Type Method Description booleanUserPortalViewModel. isShowTab(EUserPortalViewTab tab)Gets whether the given tab is enabled and can be selected.voidUserPortalViewModel. setActiveTab(EUserPortalViewTab tab)Gets the tab that is currently active, i.e.Method parameters in de.xima.fc.gui.model.portal with type arguments of type EUserPortalViewTab Modifier and Type Method Description voidUserPortalViewModel. setEnabledTabs(Set<EUserPortalViewTab> enabledTabs)Sets the tabs that are enabled for the portal.
-