|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.InputFieldType
Enumeration Input-Types
Field Summary | |
private static InputFieldType[] |
ALL
Collection with all elements |
static InputFieldType |
CHECKBOX
InputFieldType: CHECKBOX |
static InputFieldType |
FILE
InputFieldType: FILE |
static InputFieldType |
HIDDEN
InputFieldType: HIDDEN |
static InputFieldType |
PASSWORD
InputFieldType: PASSWORD |
static InputFieldType |
RADIO
InputFieldType: RADIO |
private static long |
serialVersionUID
Serial Version UID |
static InputFieldType |
TEXT
InputFieldType: TEXT |
private java.lang.String |
type
Internal Type |
Constructor Summary | |
private |
InputFieldType(java.lang.String type)
Constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static InputFieldType |
parse(java.lang.String code)
Creates for the argument an Object of Type InputFieldType |
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 InputFieldType TEXT
public static final InputFieldType PASSWORD
public static final InputFieldType FILE
public static final InputFieldType RADIO
public static final InputFieldType CHECKBOX
public static final InputFieldType HIDDEN
private java.lang.String type
private static final InputFieldType[] ALL
Constructor Detail |
private InputFieldType(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 InputFieldType
object against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static InputFieldType 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 |