org.kuali.student.common.ui.client.widgets.buttongroups
Enum ButtonEnumerations.YesNoEnum
java.lang.Object
   java.lang.Enum<ButtonEnumerations.YesNoEnum>
java.lang.Enum<ButtonEnumerations.YesNoEnum>
       org.kuali.student.common.ui.client.widgets.buttongroups.ButtonEnumerations.YesNoEnum
org.kuali.student.common.ui.client.widgets.buttongroups.ButtonEnumerations.YesNoEnum
- All Implemented Interfaces: 
- Serializable, Comparable<ButtonEnumerations.YesNoEnum>, ButtonEnumerations.ButtonEnum
- Enclosing class:
- ButtonEnumerations
- public static enum ButtonEnumerations.YesNoEnum 
- extends Enum<ButtonEnumerations.YesNoEnum>- implements ButtonEnumerations.ButtonEnum
| Enum Constant Summary | 
| NO
 | 
| YES
 | 
 
 
 
 
YES
public static final ButtonEnumerations.YesNoEnum YES
NO
public static final ButtonEnumerations.YesNoEnum NO
values
public static ButtonEnumerations.YesNoEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:
for (ButtonEnumerations.YesNoEnum c : ButtonEnumerations.YesNoEnum.values())
    System.out.println(c);
 
 
- 
 
- 
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
 
valueOf
public static ButtonEnumerations.YesNoEnum valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are 
not permitted.)
 
- 
 
- 
- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant
with the specified name
- NullPointerException- if the argument is null
 
getText
public String getText()
- 
- Specified by:
- getTextin interface- ButtonEnumerations.ButtonEnum
 
- 
 
getStyle
public KSButtonAbstract.ButtonStyle getStyle()
- 
- Specified by:
- getStylein interface- ButtonEnumerations.ButtonEnum
 
- 
 
getActionType
public ButtonEnumerations.ButtonEnum getActionType()
- 
- Specified by:
- getActionTypein interface- ButtonEnumerations.ButtonEnum
 
- 
 
getCancelType
public ButtonEnumerations.ButtonEnum getCancelType()
- 
- Specified by:
- getCancelTypein interface- ButtonEnumerations.ButtonEnum
 
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.