|
||||||||||
| 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 | |
|---|---|
Object |
getDeselectedValue()
Gets the value for deselected state. |
Object |
getSelectedValue()
Gets the value for selected state. |
String |
getText()
Gets the text of the checkbox button. |
void |
setDeselectedValue(Object pDeselectedValue)
Sets the value for deselected state. |
void |
setSelectedValue(Object pSelectedValue)
Sets the value for selected state. |
void |
setText(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 |
|---|
Object getSelectedValue()
void setSelectedValue(Object pSelectedValue)
pSelectedValue - the value for selected state.Object getDeselectedValue()
void setDeselectedValue(Object pDeselectedValue)
pDeselectedValue - the value for deselected state.String getText()
void setText(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 | |||||||||