protected static enum PanelBase.PanelPropertyKeys extends Enum<PanelBase.PanelPropertyKeys>
| Enum Constant and Description |
|---|
footerText |
headerText |
| Modifier and Type | Method and Description |
|---|---|
static PanelBase.PanelPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanelBase.PanelPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PanelBase.PanelPropertyKeys footerText
public static final PanelBase.PanelPropertyKeys headerText
public static PanelBase.PanelPropertyKeys[] values()
for (PanelBase.PanelPropertyKeys c : PanelBase.PanelPropertyKeys.values()) System.out.println(c);
public static PanelBase.PanelPropertyKeys 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 © 2016 Liferay, Inc.. All rights reserved.