public static enum KSButtonAbstract.ButtonStyle extends Enum<KSButtonAbstract.ButtonStyle>
Enum Constant and Description |
---|
ANCHOR_LARGE_CENTERED |
DEFAULT_ANCHOR |
DELETE |
FORM_LARGE |
FORM_SMALL |
HELP |
PRIMARY |
PRIMARY_SMALL |
SECONDARY |
SECONDARY_SMALL |
Modifier and Type | Method and Description |
---|---|
String |
getDisabledStyle() |
String |
getStyle() |
static KSButtonAbstract.ButtonStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSButtonAbstract.ButtonStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSButtonAbstract.ButtonStyle PRIMARY
public static final KSButtonAbstract.ButtonStyle SECONDARY
public static final KSButtonAbstract.ButtonStyle PRIMARY_SMALL
public static final KSButtonAbstract.ButtonStyle SECONDARY_SMALL
public static final KSButtonAbstract.ButtonStyle FORM_SMALL
public static final KSButtonAbstract.ButtonStyle FORM_LARGE
public static final KSButtonAbstract.ButtonStyle HELP
public static final KSButtonAbstract.ButtonStyle DELETE
public static final KSButtonAbstract.ButtonStyle ANCHOR_LARGE_CENTERED
public static final KSButtonAbstract.ButtonStyle DEFAULT_ANCHOR
public static KSButtonAbstract.ButtonStyle[] values()
for (KSButtonAbstract.ButtonStyle c : KSButtonAbstract.ButtonStyle.values()) System.out.println(c);
public static KSButtonAbstract.ButtonStyle 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 getDisabledStyle()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.