public abstract class PropertyEditorCustom extends PropertyEditorBase<org.fujion.component.Popupbox>
| Modifier and Type | Field and Description |
|---|---|
protected org.fujion.component.Popup |
popup |
editor| Modifier | Constructor and Description |
|---|---|
protected |
PropertyEditorCustom() |
protected |
PropertyEditorCustom(String template) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose()
Invoked when the associated component is closed;
|
protected void |
doOpen()
Invoked when the associated component is opened.
|
protected void |
init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
For custom property editors, if a property getter is specified, the value returned by the
getter is the real target.
|
void |
setFocus()
Sets focus to the editor component.
|
commit, compareTo, getEditor, getPropInfo, getTarget, getValue, hasChanged, onChange, revert, setValue, setWrongValueException, setWrongValueMessage, updateValue, wireControllerprotected PropertyEditorCustom()
protected PropertyEditorCustom(String template)
protected void doOpen()
protected void doClose()
protected void init(Object target, PropertyInfo propInfo, PropertyGrid propGrid)
init in class PropertyEditorBase<org.fujion.component.Popupbox>target - Target object.propInfo - The property information.propGrid - The parent property grid.public void setFocus()
PropertyEditorBasesetFocus in class PropertyEditorBase<org.fujion.component.Popupbox>Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.