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 EUserPortalViewTab
EUserPortalViewTab. byTabIndexOrNull(int activeTabIndex)
Gets the tab by its index.EUserPortalViewTab
UserPortalViewModel. getActiveTab()
Gets the tab that is currently active, i.e.static EUserPortalViewTab
EUserPortalViewTab. 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 boolean
UserPortalViewModel. isShowTab(EUserPortalViewTab tab)
Gets whether the given tab is enabled and can be selected.void
UserPortalViewModel. 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 void
UserPortalViewModel. setEnabledTabs(Set<EUserPortalViewTab> enabledTabs)
Sets the tabs that are enabled for the portal.
-