Package xal.extension.bricks
Class PropertyValueTextEditor<T>
java.lang.Object
xal.extension.bricks.PropertyValueEditor<T>
xal.extension.bricks.PropertyValueTextEditor<T>
- Direct Known Subclasses:
PropertyValueNumberEditor
property value editor
-
Field Summary
Fields inherited from class xal.extension.bricks.PropertyValueEditor
currentCellEditor, editorComponent, renderingComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate a componentabstract T
getEditorValue
(BricksContext context) get the cell editor valueinstantiate a componentvoid
setEditorValue
(Object value) set the editor valuevoid
setRenderingValue
(Object value) set the rendering valueMethods inherited from class xal.extension.bricks.PropertyValueEditor
getEditorComponent, getRenderingComponent, isEditable, readValue, setCurrentCellEditor, writeValue
-
Constructor Details
-
PropertyValueTextEditor
public PropertyValueTextEditor()
-
-
Method Details
-
getRenderingComponentInstance
instantiate a component- Overrides:
getRenderingComponentInstance
in classPropertyValueEditor<T>
-
getEditorComponentInstance
instantiate a component- Specified by:
getEditorComponentInstance
in classPropertyValueEditor<T>
-
getEditorValue
get the cell editor value- Specified by:
getEditorValue
in classPropertyValueEditor<T>
-
setEditorValue
set the editor value- Specified by:
setEditorValue
in classPropertyValueEditor<T>
-
setRenderingValue
set the rendering value- Specified by:
setRenderingValue
in classPropertyValueEditor<T>
-