Serializable
, Comparable<Layout.PropertyKeys>
public static enum Layout.PropertyKeys extends Enum<Layout.PropertyKeys>
Enum Constant | Description |
---|---|
closeTitle |
|
collapseTitle |
|
expandTitle |
|
fullPage |
|
onClose |
|
onResize |
|
onToggle |
|
resizeTitle |
|
stateful |
|
style |
|
styleClass |
|
widgetVar |
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
|
static Layout.PropertyKeys |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Layout.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layout.PropertyKeys widgetVar
public static final Layout.PropertyKeys fullPage
public static final Layout.PropertyKeys style
public static final Layout.PropertyKeys styleClass
public static final Layout.PropertyKeys onResize
public static final Layout.PropertyKeys onClose
public static final Layout.PropertyKeys onToggle
public static final Layout.PropertyKeys resizeTitle
public static final Layout.PropertyKeys collapseTitle
public static final Layout.PropertyKeys expandTitle
public static final Layout.PropertyKeys closeTitle
public static final Layout.PropertyKeys stateful
public static Layout.PropertyKeys[] values()
for (Layout.PropertyKeys c : Layout.PropertyKeys.values()) System.out.println(c);
public static Layout.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<Layout.PropertyKeys>
Copyright © 2018. All rights reserved.