Uses of Enum Class
com.vaadin.flow.component.applayout.AppLayout.Section
Packages that use AppLayout.Section
-
Uses of AppLayout.Section in com.vaadin.flow.component.applayout
Methods in com.vaadin.flow.component.applayout that return AppLayout.SectionModifier and TypeMethodDescriptionstatic AppLayout.Section
AppLayout.Section.fromWebcomponentValue
(String webcomponentValue) AppLayout.getPrimarySection()
static AppLayout.Section
Returns the enum constant of this class with the specified name.static AppLayout.Section[]
AppLayout.Section.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.applayout with parameters of type AppLayout.SectionModifier and TypeMethodDescriptionvoid
AppLayout.setPrimarySection
(AppLayout.Section primarySection) Defines whether navbar or drawer will come first visually.