|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.editor.AbstractPropertyEditor
org.openbp.jaspira.propertybrowser.editor.standard.StringEditor
org.openbp.guiclient.propertyeditors.ComponentSelectionEditor
org.openbp.guiclient.propertyeditors.DataMemberPathSelectionEditor
public class DataMemberPathSelectionEditor
Component selection editor. Property editor that allows input of a component name and also provides a button which will activate an object browser to choose from.
| Field Summary |
|---|
| Fields inherited from class org.openbp.guiclient.propertyeditors.ComponentSelectionEditor |
|---|
customizer, customizerClassName, properties, title |
| Fields inherited from class org.openbp.jaspira.propertybrowser.editor.standard.StringEditor |
|---|
textField |
| Fields inherited from class org.openbp.jaspira.propertybrowser.editor.AbstractPropertyEditor |
|---|
component, listener, object, owner, parameterParser, params, propertyBrowser, propertyName, readonly, validator, value, valueChanged, valueLoaded |
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
DataMemberPathSelectionEditor()
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
parseParams()
Parses the editor parameters. |
void |
showBrowser()
Shows the component browser. |
| Methods inherited from class org.openbp.guiclient.propertyeditors.ComponentSelectionEditor |
|---|
createComponent, highlight, keyPressed |
| Methods inherited from class org.openbp.jaspira.propertybrowser.editor.standard.StringEditor |
|---|
changedUpdate, getComponentValue, insertUpdate, removeUpdate, setComponentValue |
| Methods inherited from class org.openbp.jaspira.propertybrowser.editor.AbstractPropertyEditor |
|---|
clone, copyFrom, focusGained, focusLost, forwardKeyEvent, getComponent, getObject, getOwner, getParameterParser, getParams, getPropertyBrowser, getPropertyComponent, getPropertyName, getSafeString, getValidator, getValue, initialize, initializeComponent, isReadonly, keyReleased, keyTyped, loadProperty, parseParams, propertyChanged, resetComponentDisplay, resetProperty, saveProperty, setObject, setOwner, setParams, setPropertyBrowser, setPropertyName, setReadonly, setValidator, setValue, validateProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataMemberPathSelectionEditor()
| Method Detail |
|---|
protected void parseParams()
parseParams in class ComponentSelectionEditorpublic void showBrowser()
showBrowser in class ComponentSelectionEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||