|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cc.framework.ui.model.ButtonType
Enumeration Button-Types
Field Summary | |
private static ButtonType[] |
ALL
Collection with all elements |
static ButtonType |
BUTTON
ButtonType: button |
static ButtonType |
CANCEL
ButtonType: cancel |
static ButtonType |
RESET
ButtonType: reset |
private static long |
serialVersionUID
Serial Version UID |
static ButtonType |
SUBMIT
ButtonType: submit |
private java.lang.String |
type
Internal Type |
Constructor Summary | |
private |
ButtonType(java.lang.String type)
Constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static ButtonType |
parse(java.lang.String code)
Creates for the argument an Object of Type ButtonType |
java.lang.String |
toString()
Returns the Type |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
public static final ButtonType BUTTON
public static final ButtonType SUBMIT
public static final ButtonType CANCEL
public static final ButtonType RESET
private java.lang.String type
private static final ButtonType[] ALL
Constructor Detail |
private ButtonType(java.lang.String type)
type
- TypeMethod Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- The object to compare this ButtonType
object
against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static ButtonType parse(java.lang.String code)
code
- String to parse
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |