protected static enum WebAppManifest.Display extends Enum<WebAppManifest.Display>
WebAppManifest.getDisplay().| Enum Constant and Description |
|---|
BROWSER |
FULLSCREEN |
MINIMAL_UI |
STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WebAppManifest.Display |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppManifest.Display[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppManifest.Display FULLSCREEN
public static final WebAppManifest.Display STANDALONE
public static final WebAppManifest.Display MINIMAL_UI
public static final WebAppManifest.Display BROWSER
public static WebAppManifest.Display[] values()
for (WebAppManifest.Display c : WebAppManifest.Display.values()) System.out.println(c);
public static WebAppManifest.Display 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 toString()
toString in class Enum<WebAppManifest.Display>Copyright © 2012–2021 OmniFaces. All rights reserved.