|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the visual properties for the checkcolumn
Method Summary | |
boolean |
checkAll()
Deprecated. use getCheckRange() |
CheckRange |
getCheckRange()
Determines what rows the multiple check option of the column should affect. |
void |
setCheckAll(boolean enable)
Deprecated. use setCheckRange() |
void |
setCheckRange(CheckRange range)
Defines what rows the multiple check option of the column should affect. |
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior |
isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport |
enableAjax, isAjaxEnabled |
Method Detail |
public boolean checkAll()
true
when the multiple check option of the column
is enabledpublic void setCheckAll(boolean enable)
enable
- true
enable the multiple check option of the
columnpublic CheckRange getCheckRange()
public void setCheckRange(CheckRange range)
range
- the range of rows to check
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |