public static enum ViewportLayout.View extends Enum<ViewportLayout.View>
Enum Constant and Description |
---|
APP |
APP_LAUNCHER |
FIND_BAR |
NONE |
NOTIFICATIONS_APP |
TASK_APP |
Modifier and Type | Method and Description |
---|---|
static ViewportLayout.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewportLayout.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewportLayout.View NONE
public static final ViewportLayout.View APP
public static final ViewportLayout.View FIND_BAR
public static final ViewportLayout.View APP_LAUNCHER
public static final ViewportLayout.View TASK_APP
public static final ViewportLayout.View NOTIFICATIONS_APP
public static ViewportLayout.View[] values()
for (ViewportLayout.View c : ViewportLayout.View.values()) System.out.println(c);
public static ViewportLayout.View 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 nullCopyright © 2021 Magnolia International Ltd.. All rights reserved.