Uses of Enum
de.xima.fc.gui.model.portal.EUserPortalViewTab
Packages that use EUserPortalViewTab
-
Uses of EUserPortalViewTab in de.xima.fc.gui.model.portal
Subclasses with type arguments of type EUserPortalViewTab in de.xima.fc.gui.model.portalModifier and TypeClassDescriptionenumEnum for the tabs in the user portal UI.Methods in de.xima.fc.gui.model.portal that return EUserPortalViewTabModifier and TypeMethodDescriptionstatic EUserPortalViewTabEUserPortalViewTab.byTabIndexOrNull(int activeTabIndex) Gets the tab by its index.UserPortalViewModel.getActiveTab()Gets the tab that is currently active, i.e. selected and visible to the user.static EUserPortalViewTabReturns 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 EUserPortalViewTabModifier and TypeMethodDescriptionUserPortalViewModel.getEnabledTabs()Gets the tabs that are enabled for the portal.Methods in de.xima.fc.gui.model.portal with parameters of type EUserPortalViewTabModifier and TypeMethodDescriptionbooleanUserPortalViewModel.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. selected and visible to the user.Method parameters in de.xima.fc.gui.model.portal with type arguments of type EUserPortalViewTabModifier and TypeMethodDescriptionvoidUserPortalViewModel.setEnabledTabs(Set<EUserPortalViewTab> enabledTabs) Sets the tabs that are enabled for the portal.