|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.ClientHandlerImp com.cc.framework.ui.model.imp.ColumnDesignModelImp com.cc.framework.ui.model.imp.ColumnCheckDesignModelImp
Designmodel for CheckColumns
Field Summary | |
private CheckRange |
checkRange
Indicates if the multiple check option of the column is enabled |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
ColumnCheckDesignModelImp()
Constructor |
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 class com.cc.framework.ui.model.imp.ClientHandlerImp |
evaluate, getHandlers, setHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Field Detail |
private static final long serialVersionUID
private CheckRange checkRange
Constructor Detail |
public ColumnCheckDesignModelImp()
Method Detail |
public boolean checkAll()
checkAll
in interface ColumnCheckDesignModel
true
when the multiple check option of the column
is enabledpublic void setCheckAll(boolean enable)
setCheckAll
in interface ColumnCheckDesignModel
enable
- true
enable the multiple check option of the
columnpublic CheckRange getCheckRange()
ColumnCheckDesignModel
getCheckRange
in interface ColumnCheckDesignModel
ColumnCheckDesignModel.getCheckRange()
public void setCheckRange(CheckRange range)
ColumnCheckDesignModel
setCheckRange
in interface ColumnCheckDesignModel
range
- the range of rows to checkColumnCheckDesignModel.setCheckRange(com.cc.framework.ui.CheckRange)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |