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