protected static enum OverlayPanel.PropertyKeys extends Enum<OverlayPanel.PropertyKeys>
Enum Constant and Description |
---|
appendToBody |
at |
dismissable |
dynamic |
forValue |
hideEffect |
hideEvent |
my |
onHide |
onShow |
showCloseIcon |
showEffect |
showEvent |
style |
styleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OverlayPanel.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlayPanel.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverlayPanel.PropertyKeys widgetVar
public static final OverlayPanel.PropertyKeys style
public static final OverlayPanel.PropertyKeys styleClass
public static final OverlayPanel.PropertyKeys forValue
public static final OverlayPanel.PropertyKeys showEvent
public static final OverlayPanel.PropertyKeys hideEvent
public static final OverlayPanel.PropertyKeys showEffect
public static final OverlayPanel.PropertyKeys hideEffect
public static final OverlayPanel.PropertyKeys appendToBody
public static final OverlayPanel.PropertyKeys onShow
public static final OverlayPanel.PropertyKeys onHide
public static final OverlayPanel.PropertyKeys my
public static final OverlayPanel.PropertyKeys at
public static final OverlayPanel.PropertyKeys dynamic
public static final OverlayPanel.PropertyKeys dismissable
public static final OverlayPanel.PropertyKeys showCloseIcon
public static OverlayPanel.PropertyKeys[] values()
for (OverlayPanel.PropertyKeys c : OverlayPanel.PropertyKeys.values()) System.out.println(c);
public static OverlayPanel.PropertyKeys 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<OverlayPanel.PropertyKeys>
Copyright © 2014. All rights reserved.