public static class PropertyEditorHelper.EditorInputListener extends Object implements EditorListener
CANCEL_CLICKED, ENTER_PRESSED, ESCAPE_PRESSED, FORCE_SAVE_CLICKED, OPEN_EXTERNAL_CLICKED| Constructor and Description |
|---|
EditorInputListener(ObjectValueContainer objectValuesContainer,
PropertyDescriptor propertyDescriptor,
String isoCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(String actionCode)
Called when a special action is performed
|
protected String |
getIsoCode() |
protected ObjectValueContainer |
getObjectValuesContainer() |
protected PropertyDescriptor |
getPropertyDescriptor() |
void |
valueChanged(Object value)
Called when an
editor's value has changed. |
public EditorInputListener(ObjectValueContainer objectValuesContainer, PropertyDescriptor propertyDescriptor, String isoCode)
public void valueChanged(Object value)
EditorListenereditor's value has changed.valueChanged in interface EditorListenervalue - the new valuepublic void actionPerformed(String actionCode)
EditorListeneractionPerformed in interface EditorListeneractionCode - the unique action codeprotected ObjectValueContainer getObjectValuesContainer()
protected PropertyDescriptor getPropertyDescriptor()
protected String getIsoCode()
Copyright © 2017 SAP SE. All Rights Reserved.