|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.CheckRange
Defines the range how items can be checked in a control
Field Summary | |
static CheckRange |
ALL
check all elements |
private static CheckRange[] |
LIST
Collection with all kinds of join modes |
static CheckRange |
NONE
do not check elements |
static CheckRange |
PAGE
check only elements that are visible on the current page |
private java.lang.String |
range
The internal mode |
private static long |
serialVersionUID
Serial Version UID |
Constructor Summary | |
private |
CheckRange(java.lang.String range)
Constructor for CheckRange |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static CheckRange |
parse(java.lang.String code)
Creates for the argument an object of type CheckRange |
java.lang.String |
toString()
Returns the check range |
static CheckRange |
valueOf(boolean b)
Maps a boolean value to a CheckRange |
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 CheckRange NONE
public static final CheckRange PAGE
public static final CheckRange ALL
private java.lang.String range
private static final CheckRange[] LIST
Constructor Detail |
private CheckRange(java.lang.String range)
range
- The check rangeMethod Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- The object to compare this CheckRange
object
against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static CheckRange parse(java.lang.String code)
code
- String to parse
public static CheckRange valueOf(boolean b)
b
- the value to map
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |