|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditorControl
The IEditorControl
is an IControl that displays the value of one column in an IDataRow.
Method Summary | |
---|---|
ICellEditor |
getCellEditor()
Gets the CellEditor that edits the given column in the given DataRow. |
String |
getColumnName()
Returns the column name displayed by this control. |
IDataRow |
getDataRow()
Returns the DataRow displayed by this control. |
void |
setCellEditor(ICellEditor pCellEditor)
Sets the CellEditor that edits the given column in the given DataRow. |
void |
setColumnName(String pColumnName)
Sets the column name displayed by this control. |
void |
setDataRow(IDataRow pDataRow)
Sets the DataRow displayed by this control. |
Methods inherited from interface javax.rad.model.ui.IControl |
---|
cancelEditing, notifyRepaint, saveEditing |
Methods inherited from interface javax.rad.model.ui.ITranslatable |
---|
getTranslation, setTranslation |
Method Detail |
---|
IDataRow getDataRow()
setDataRow(javax.rad.model.IDataRow)
void setDataRow(IDataRow pDataRow) throws ModelException
pDataRow
- the DataRow
ModelException
- if the column name is invalidgetDataRow()
,
setColumnName(String)
String getColumnName()
setColumnName(java.lang.String)
void setColumnName(String pColumnName) throws ModelException
pColumnName
- the column name.
ModelException
- if the column name is invalidgetColumnName()
ICellEditor getCellEditor()
setCellEditor(javax.rad.model.ui.ICellEditor)
void setCellEditor(ICellEditor pCellEditor) throws ModelException
pCellEditor
- the CellEditor.
ModelException
- if the column name of the editor is invalidgetCellEditor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |