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