|
|||||||||||
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.ColumnTextDesignModelImp com.cc.framework.ui.model.imp.ColumnRadioDesignModelImp
Designmodel for the ColumnCheckboxColumn
Field Summary | |
private static long |
serialVersionUID
Serial Version UID |
private java.lang.String |
value
The value that must be match to mark the radio button as selected When value is null the checkboxes are
grouped by rows |
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 | |
ColumnRadioDesignModelImp()
Constructor for ColumnEditDesignModelImp |
Method Summary | |
java.lang.String |
getValue()
|
boolean |
isRowSpan()
This flag indicates that the radio buttons of this column should be grouped over multiple rows |
void |
setValue(java.lang.String value)
Sets the value that must be match to mark the radio button as selected |
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 java.lang.String value
value
is null
the checkboxes are
grouped by rows
Constructor Detail |
public ColumnRadioDesignModelImp()
Method Detail |
public java.lang.String getValue()
getValue
in interface ColumnRadioDesignModel
ColumnRadioDesignModel.getValue()
public void setValue(java.lang.String value)
ColumnRadioDesignModel
setValue
in interface ColumnRadioDesignModel
value
- match valueColumnRadioDesignModel.setValue(java.lang.String)
public boolean isRowSpan()
ColumnRadioDesignModel
isRowSpan
in interface ColumnRadioDesignModel
true
when the radio buttons of this column should
be grouped over multiple rowsColumnRadioDesignModel.isRowSpan()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |