Uses of Enum Class
org.vaadin.addons.componentfactory.sidenavrail.PopoverHeaderMode
-
Uses of PopoverHeaderMode in org.vaadin.addons.componentfactory.sidenavrail
Methods in org.vaadin.addons.componentfactory.sidenavrail that return PopoverHeaderModeModifier and TypeMethodDescriptionSideNavRail.getPopoverHeaderMode()The current header mode for popovers.static PopoverHeaderModeReturns the enum constant of this class with the specified name.static PopoverHeaderMode[]PopoverHeaderMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.addons.componentfactory.sidenavrail with parameters of type PopoverHeaderModeModifier and TypeMethodDescriptionvoidSideNavRail.setPopoverHeaderMode(PopoverHeaderMode mode) Sets whether (and how) each popover renders a header identifying the owning item.