|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.SelectMode
Enumeration for select nodes of checkboxes in a list or tree control.
The selection mode single
means that only one checkbox can be selected.
So other check ckeckboxes will be unchecked. If you choose the
select mode multiple
different chekcboxes can be checked at the same time.
Field Summary | |
private static SelectMode[] |
ALL
Collection with all objects |
static SelectMode |
MULTIPLE
mode: MULTIPLE |
static SelectMode |
NONE
mode: NONE |
private static long |
serialVersionUID
Serial Version UID |
static SelectMode |
SINGLE
mode: SINGLE |
private java.lang.String |
type
The internal type |
Constructor Summary | |
private |
SelectMode(java.lang.String type)
Constructor for SelectMode |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static SelectMode |
parse(java.lang.String code)
Creates for the argument an object of type SelectMode |
java.lang.String |
toString()
Returns a string representation for the object |
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 SelectMode NONE
public static final SelectMode SINGLE
public static final SelectMode MULTIPLE
private java.lang.String type
private static final SelectMode[] ALL
Constructor Detail |
private SelectMode(java.lang.String type)
type
- The select modeMethod Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- The object to compare this SelectMode
object against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static SelectMode 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 |