public static enum AppLayout.Section extends Enum<AppLayout.Section>
AppLayout.setPrimarySection(Section)
Modifier and Type | Method and Description |
---|---|
static AppLayout.Section |
fromWebcomponentValue(String webcomponentValue) |
String |
toWebcomponentValue() |
static AppLayout.Section |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppLayout.Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppLayout.Section NAVBAR
public static final AppLayout.Section DRAWER
public static AppLayout.Section[] values()
for (AppLayout.Section c : AppLayout.Section.values()) System.out.println(c);
public static AppLayout.Section valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toWebcomponentValue()
public static AppLayout.Section fromWebcomponentValue(String webcomponentValue)
Copyright © 2023. All rights reserved.