public enum ButtonSizeEnum extends Enum<ButtonSizeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonClasses()
The HTML class(es) to use for the button.
|
static ButtonSizeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonSizeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButtonSizeEnum large
public static final ButtonSizeEnum normal
public static final ButtonSizeEnum small
public static final ButtonSizeEnum mini
public static ButtonSizeEnum[] values()
for (ButtonSizeEnum c : ButtonSizeEnum.values()) System.out.println(c);
public static ButtonSizeEnum 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 getButtonClasses()
Copyright © 2012–2013 JBoss, a division of Red Hat. All rights reserved.