Uses of Enum Class
io.goobi.viewer.model.cms.CMSNavigationItem.DisplayRule
Packages that use CMSNavigationItem.DisplayRule
-
Uses of CMSNavigationItem.DisplayRule in io.goobi.viewer.model.cms
Methods in io.goobi.viewer.model.cms that return CMSNavigationItem.DisplayRuleModifier and TypeMethodDescriptionCMSNavigationItem.getDisplayRule()Getter for the fielddisplayRule.Returns the enum constant of this class with the specified name.static CMSNavigationItem.DisplayRule[]CMSNavigationItem.DisplayRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.cms with parameters of type CMSNavigationItem.DisplayRuleModifier and TypeMethodDescriptionvoidCMSNavigationItem.setDisplayRule(CMSNavigationItem.DisplayRule rule) Setter for the fielddisplayRule.