public class PropertyEditorText extends PropertyEditorBase
component| Constructor and Description |
|---|
PropertyEditorText() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getValue()
Logic to return the value from the editor component.
|
protected void |
init(UIElementBase target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initializes the property editor.
|
void |
onBlur$textbox() |
void |
onChanging$bandbox(org.zkoss.zk.ui.event.InputEvent event) |
void |
onChanging$textbox(org.zkoss.zk.ui.event.InputEvent event) |
void |
onDelayedFocus$bandbox(org.zkoss.zk.ui.event.Event event) |
void |
onOK$textbox() |
void |
onOpen$bandbox() |
protected void |
setValue(Object value)
Logic to set the value in the editor component.
|
commit, getComponent, getPropInfo, getTarget, hasChanged, revert, setFocus, 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.protected String getValue()
PropertyEditorBasegetValue in class PropertyEditorBaseprotected void setValue(Object value)
PropertyEditorBasesetValue in class PropertyEditorBasevalue - Value for the editor component.public void onChanging$textbox(org.zkoss.zk.ui.event.InputEvent event)
public void onBlur$textbox()
public void onOK$textbox()
public void onChanging$bandbox(org.zkoss.zk.ui.event.InputEvent event)
public void onOpen$bandbox()
public void onDelayedFocus$bandbox(org.zkoss.zk.ui.event.Event event)
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.