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 TgetEditorValue(BricksContext context) get the cell editor valueinstantiate a componentvoidsetEditorValue(Object value) set the editor valuevoidsetRenderingValue(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:
getRenderingComponentInstancein classPropertyValueEditor<T>
-
getEditorComponentInstance
instantiate a component- Specified by:
getEditorComponentInstancein classPropertyValueEditor<T>
-
getEditorValue
get the cell editor value- Specified by:
getEditorValuein classPropertyValueEditor<T>
-
setEditorValue
set the editor value- Specified by:
setEditorValuein classPropertyValueEditor<T>
-
setRenderingValue
set the rendering value- Specified by:
setRenderingValuein classPropertyValueEditor<T>
-