@Deprecated public static enum OverlayLayer.ModalityDomain extends Enum<OverlayLayer.ModalityDomain>
Enum Constant and Description |
---|
APP
Deprecated.
|
SHELL
Deprecated.
|
SUB_APP
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCssClass()
Deprecated.
|
static OverlayLayer.ModalityDomain |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OverlayLayer.ModalityDomain[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverlayLayer.ModalityDomain SUB_APP
public static final OverlayLayer.ModalityDomain APP
public static final OverlayLayer.ModalityDomain SHELL
public static OverlayLayer.ModalityDomain[] values()
for (OverlayLayer.ModalityDomain c : OverlayLayer.ModalityDomain.values()) System.out.println(c);
public static OverlayLayer.ModalityDomain 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 getCssClass()
Copyright © 2020 Magnolia International Ltd.. All rights reserved.