|
||||||||||
| 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 IChoiceCellEditor<C>
Platform and technology independent choice 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_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Method Summary | |
|---|---|
Object[] |
getAllowedValues()
Gets all allowed values. |
String |
getDefaultImageName()
Gets the default image that is shown if selectedIndex is -1. |
String[] |
getImageNames()
Gets the image names that are used for displaying the corresponding values. |
void |
setAllowedValues(Object[] pAllowedValues)
Sets all allowed values. |
void |
setDefaultImageName(String pDefaultImageName)
Sets the default image name that is shown if selectedIndex is -1. |
void |
setImageNames(String[] pImageNames)
Sets the image names that are used for displaying the corresponding values. |
| 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[] getAllowedValues()
void setAllowedValues(Object[] pAllowedValues)
pAllowedValues - all allowed values.String[] getImageNames()
void setImageNames(String[] pImageNames)
pImageNames - the image names.String getDefaultImageName()
void setDefaultImageName(String pDefaultImageName)
pDefaultImageName - the default image name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||