public class PropertyEditorBoolean extends PropertyEditorBase<org.fujion.component.Radiogroup>
editor| 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(Object 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, compareTo, getEditor, getPropInfo, getTarget, hasChanged, onChange, revert, setWrongValueException, setWrongValueMessage, updateValue, wireControllerprotected void init(Object target, PropertyInfo propInfo, PropertyGrid propGrid)
PropertyEditorBaseinit in class PropertyEditorBase<org.fujion.component.Radiogroup>target - The target object.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 PropertyEditorBase<org.fujion.component.Radiogroup>protected Boolean getValue()
PropertyEditorBasegetValue in class PropertyEditorBase<org.fujion.component.Radiogroup>protected void setValue(Object value)
PropertyEditorBasesetValue in class PropertyEditorBase<org.fujion.component.Radiogroup>value - Value for the editor component.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.