public class PropertyEditorBoolean extends PropertyEditorBase
component| Constructor and Description |
|---|
PropertyEditorBoolean()
Create property editor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
getValue()
Logic to return the value from the editor component.
|
protected void |
init(UIElementBase target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initializes the property editor.
|
void |
setFocus()
Sets focus to the selected radio button.
|
protected void |
setValue(Object value)
Logic to set the value in the editor component.
|
commit, getComponent, getPropInfo, getTarget, hasChanged, revert, setWrongValueException, setWrongValueMessage, updateValueprotected void init(UIElementBase target, PropertyInfo propInfo, PropertyGrid propGrid)
PropertyEditorBaseinit in class PropertyEditorBasetarget - The target UI element.propInfo - The PropertyInfo instance reflecting the property being edited on the target.propGrid - The property grid owning this property editor.public void setFocus()
setFocus in class PropertyEditorBaseprotected Boolean getValue()
PropertyEditorBasegetValue in class PropertyEditorBaseprotected void setValue(Object value)
PropertyEditorBasesetValue in class PropertyEditorBasevalue - Value for the editor component.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.