Package | Description |
---|---|
com.vaadin.flow.component.applayout |
Modifier and Type | Method and Description |
---|---|
static AppLayout.Section |
AppLayout.Section.fromWebcomponentValue(String webcomponentValue) |
AppLayout.Section |
AppLayout.getPrimarySection() |
static AppLayout.Section |
AppLayout.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.
|
Modifier and Type | Method and Description |
---|---|
void |
AppLayout.setPrimarySection(AppLayout.Section primarySection)
Defines whether navbar or drawer will come first visually.
|
Copyright © 2020. All rights reserved.