protected static enum IconBase.IconPropertyKeys extends Enum<IconBase.IconPropertyKeys>
| Enum Constant and Description |
|---|
color |
name |
style |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
static IconBase.IconPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconBase.IconPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconBase.IconPropertyKeys color
public static final IconBase.IconPropertyKeys name
public static final IconBase.IconPropertyKeys style
public static final IconBase.IconPropertyKeys styleClass
public static IconBase.IconPropertyKeys[] values()
for (IconBase.IconPropertyKeys c : IconBase.IconPropertyKeys.values()) System.out.println(c);
public static IconBase.IconPropertyKeys 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.