public abstract class PropertyValueTextEditor<T> extends PropertyValueEditor<T>
_currentCellEditor, EDITOR_COMPONENT, RENDERING_COMPONENT| Constructor and Description |
|---|
PropertyValueTextEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getEditorComponentInstance()
instantiate a component
|
abstract T |
getEditorValue(BricksContext context)
get the cell editor value
|
java.awt.Component |
getRenderingComponentInstance()
instantiate a component
|
void |
setEditorValue(java.lang.Object value)
set the editor value
|
void |
setRenderingValue(java.lang.Object value)
set the rendering value
|
getEditorComponent, getRenderingComponent, isEditable, readValue, setCurrentCellEditor, writeValuepublic java.awt.Component getRenderingComponentInstance()
getRenderingComponentInstance in class PropertyValueEditor<T>public java.awt.Component getEditorComponentInstance()
getEditorComponentInstance in class PropertyValueEditor<T>public abstract T getEditorValue(BricksContext context)
getEditorValue in class PropertyValueEditor<T>public void setEditorValue(java.lang.Object value)
setEditorValue in class PropertyValueEditor<T>public void setRenderingValue(java.lang.Object value)
setRenderingValue in class PropertyValueEditor<T>