public class PropertyEditorList extends PropertyEditorBase<org.fujion.component.Combobox>
editor| Constructor and Description |
|---|
PropertyEditorList()
Create property editor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.fujion.component.Comboitem |
appendItem(String label)
Append a new combo item using the specified label.
|
protected org.fujion.component.Comboitem |
appendItem(String label,
Object value)
Append a new combo item using the specified label and internal value.
|
protected Object |
getValue()
Logic to return the value from the editor component.
|
protected void |
init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initializes the property editor.
|
protected void |
setValue(Object value)
Logic to set the value in the editor component.
|
commit, compareTo, getEditor, getPropInfo, getTarget, hasChanged, onChange, revert, setFocus, setWrongValueException, setWrongValueMessage, updateValue, wireControllerprotected void init(Object target, PropertyInfo propInfo, PropertyGrid propGrid)
PropertyEditorBaseinit in class PropertyEditorBase<org.fujion.component.Combobox>target - The target object.propInfo - The PropertyInfo instance reflecting the property being edited on the target.propGrid - The property grid owning this property editor.protected org.fujion.component.Comboitem appendItem(String label)
label - The item label.protected org.fujion.component.Comboitem appendItem(String label, Object value)
label - The item label.value - The internal value.protected Object getValue()
PropertyEditorBasegetValue in class PropertyEditorBase<org.fujion.component.Combobox>protected void setValue(Object value)
PropertyEditorBasesetValue in class PropertyEditorBase<org.fujion.component.Combobox>value - Value for the editor component.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.