public static enum Panel.PropertyKeys extends Enum<Panel.PropertyKeys>
Enum Constant and Description |
---|
closable |
closeSpeed |
closeTitle |
collapsed |
footer |
header |
menuTitle |
style |
styleClass |
toggleable |
toggleOrientation |
toggleSpeed |
toggleTitle |
visible |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Panel.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Panel.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Panel.PropertyKeys widgetVar
public static final Panel.PropertyKeys header
public static final Panel.PropertyKeys footer
public static final Panel.PropertyKeys toggleable
public static final Panel.PropertyKeys toggleSpeed
public static final Panel.PropertyKeys style
public static final Panel.PropertyKeys styleClass
public static final Panel.PropertyKeys collapsed
public static final Panel.PropertyKeys closable
public static final Panel.PropertyKeys closeSpeed
public static final Panel.PropertyKeys visible
public static final Panel.PropertyKeys closeTitle
public static final Panel.PropertyKeys toggleTitle
public static final Panel.PropertyKeys menuTitle
public static final Panel.PropertyKeys toggleOrientation
public static Panel.PropertyKeys[] values()
for (Panel.PropertyKeys c : Panel.PropertyKeys.values()) System.out.println(c);
public static Panel.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<Panel.PropertyKeys>
Copyright © 2017. All rights reserved.