public static enum PanelGridBase.PropertyKeys extends Enum<PanelGridBase.PropertyKeys>
Enum Constant and Description |
---|
columnClasses |
columns |
contentStyle |
contentStyleClass |
layout |
role |
style |
styleClass |
Modifier and Type | Method and Description |
---|---|
static PanelGridBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanelGridBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PanelGridBase.PropertyKeys columns
public static final PanelGridBase.PropertyKeys style
public static final PanelGridBase.PropertyKeys contentStyle
public static final PanelGridBase.PropertyKeys styleClass
public static final PanelGridBase.PropertyKeys contentStyleClass
public static final PanelGridBase.PropertyKeys columnClasses
public static final PanelGridBase.PropertyKeys layout
public static final PanelGridBase.PropertyKeys role
public static PanelGridBase.PropertyKeys[] values()
for (PanelGridBase.PropertyKeys c : PanelGridBase.PropertyKeys.values()) System.out.println(c);
public static PanelGridBase.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 nullCopyright © 2020. All rights reserved.