| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEditor
Platform and technology independent Editor definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Method Summary | |
|---|---|
|  ICellEditor | getCellEditor()Gets the CellEditor that edits the given column in the given DataRow. | 
|  boolean | isSavingImmediate()Tells whether the CellEditor should save immediate. | 
|  void | setCellEditor(ICellEditor pCellEditor)Sets the CellEditor that edits the given column in the given DataRow. | 
|  void | setSavingImmediate(boolean pSavingImmediate)Sets whether the CellEditor should save immediate. | 
| Methods inherited from interface javax.rad.ui.IResource | 
|---|
| getResource | 
| Methods inherited from interface javax.rad.model.ui.IEditorControl | 
|---|
| getColumnName, getDataRow, setColumnName, setDataRow | 
| Methods inherited from interface javax.rad.model.ui.IControl | 
|---|
| cancelEditing, notifyRepaint, saveEditing | 
| Methods inherited from interface javax.rad.model.ui.ITranslatable | 
|---|
| getTranslation, setTranslation | 
| Methods inherited from interface javax.rad.ui.control.ICellFormatable | 
|---|
| getCellFormatter, setCellFormatter | 
| Method Detail | 
|---|
boolean isSavingImmediate()
void setSavingImmediate(boolean pSavingImmediate)
pSavingImmediate - true, if the CellEditor should save immediate.ICellEditor getCellEditor()
getCellEditor in interface IEditorControlsetCellEditor(javax.rad.model.ui.ICellEditor)
void setCellEditor(ICellEditor pCellEditor)
                   throws ModelException
setCellEditor in interface IEditorControlpCellEditor - the CellEditor.
ModelException - if the cell editor can not be setgetCellEditor()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||