|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
C - Placeholder for the library dependent component type.public interface ICheckBoxCellEditor<C>
Platform and technology independent checkbox editor definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Field Summary |
|---|
| Fields inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Method Summary | |
|---|---|
java.lang.Object |
getDeselectedValue()
Gets the value for deselected state. |
java.lang.Object |
getSelectedValue()
Gets the value for selected state. |
java.lang.String |
getText()
Gets the text of the checkbox button. |
void |
setDeselectedValue(java.lang.Object pDeselectedValue)
Sets the value for deselected state. |
void |
setSelectedValue(java.lang.Object pSelectedValue)
Sets the value for selected state. |
void |
setText(java.lang.String pText)
Sets the text of the checkbox button. |
| Methods inherited from interface javax.rad.model.ui.ICellEditor |
|---|
createCellEditorHandler, isDirectCellEditor |
| Methods inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
| Methods inherited from interface javax.rad.model.ui.ICellRenderer |
|---|
getCellRendererComponent |
| Method Detail |
|---|
java.lang.Object getSelectedValue()
void setSelectedValue(java.lang.Object pSelectedValue)
pSelectedValue - the value for selected state.java.lang.Object getDeselectedValue()
void setDeselectedValue(java.lang.Object pDeselectedValue)
pDeselectedValue - the value for deselected state.java.lang.String getText()
void setText(java.lang.String pText)
pText - the text of the checkbox button.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||