public static enum LightBox.PropertyKeys extends Enum<LightBox.PropertyKeys>
Enum Constant and Description |
---|
height |
iframe |
iframeTitle |
onHide |
onShow |
style |
styleClass |
visible |
widgetVar |
width |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LightBox.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LightBox.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightBox.PropertyKeys widgetVar
public static final LightBox.PropertyKeys style
public static final LightBox.PropertyKeys styleClass
public static final LightBox.PropertyKeys width
public static final LightBox.PropertyKeys height
public static final LightBox.PropertyKeys iframe
public static final LightBox.PropertyKeys iframeTitle
public static final LightBox.PropertyKeys visible
public static final LightBox.PropertyKeys onShow
public static final LightBox.PropertyKeys onHide
public static LightBox.PropertyKeys[] values()
for (LightBox.PropertyKeys c : LightBox.PropertyKeys.values()) System.out.println(c);
public static LightBox.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<LightBox.PropertyKeys>
Copyright © 2017. All rights reserved.