|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.ui.model.imp.ClientHandlerImp
com.cc.framework.ui.model.imp.ColumnDesignModelImp
com.cc.framework.ui.model.imp.ColumnTextDesignModelImp
com.cc.framework.ui.model.imp.ColumnCheckboxDesignModelImp
Designmodel for the ColumnCheckboxColumn
| Field Summary | |
private CheckRange |
checkRange
Indicates if the multiple check option of the column is enabled |
private SelectMode |
selectMode
The selection mode for optional checkboxes. |
private static long |
serialVersionUID
Serial Version UID |
| Fields inherited from class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp |
|
| Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
| Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
| Constructor Summary | |
ColumnCheckboxDesignModelImp()
Constructor for ColumnEditDesignModelImp |
|
| Method Summary | |
boolean |
checkAll()
Deprecated. use getCheckRange() |
CheckRange |
getCheckRange()
Determines what rows the multiple check option of the column should affect. |
SelectMode |
getSelectMode()
Specifies the selection mode of the list. |
void |
setCheckAll(boolean enable)
Deprecated. use setCheckRange() |
void |
setCheckRange(CheckRange range)
Defines what rows the multiple check option of the column should affect. |
void |
setSelectMode(SelectMode mode)
Sets the selection mode of the list. |
| Methods inherited from class com.cc.framework.ui.model.imp.ColumnTextDesignModelImp |
getInputType, getSize, setInputType, setSize, setSize |
| 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.ColumnTextDesignModel |
getInputType, getSize, setInputType, setSize, setSize |
| 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 SelectMode selectMode
private CheckRange checkRange
| Constructor Detail |
public ColumnCheckboxDesignModelImp()
| Method Detail |
public SelectMode getSelectMode()
ColumnCheckboxDesignModel
getSelectMode in interface ColumnCheckboxDesignModelColumnCheckboxDesignModel.getSelectMode()public void setSelectMode(SelectMode mode)
ColumnCheckboxDesignModel
setSelectMode in interface ColumnCheckboxDesignModelmode - the selection modeColumnCheckboxDesignModel.setSelectMode(com.cc.framework.ui.SelectMode)public final boolean checkAll()
true when the multiple check option of the column
is enabledpublic final void setCheckAll(boolean enable)
enable - true enable the multiple check option of the
columnpublic CheckRange getCheckRange()
ColumnCheckboxDesignModel
getCheckRange in interface ColumnCheckboxDesignModelColumnCheckboxDesignModel.getCheckRange()public void setCheckRange(CheckRange range)
ColumnCheckboxDesignModel
setCheckRange in interface ColumnCheckboxDesignModelrange - the range of rows to checkColumnCheckboxDesignModel.setCheckRange(com.cc.framework.ui.CheckRange)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||