public interface EditorListener
editor's value has changed in some way. The general purpose is to hide editor
specific implementation details from the user e.g. which events are relevant etc.| Modifier and Type | Field and Description |
|---|---|
static String |
CANCEL_CLICKED |
static String |
ENTER_PRESSED |
static String |
ESCAPE_PRESSED |
static String |
FORCE_SAVE_CLICKED |
static String |
OPEN_EXTERNAL_CLICKED |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(String actionCode)
Called when a special action is performed
|
void |
valueChanged(Object value)
Called when an
editor's value has changed. |
static final String ENTER_PRESSED
static final String ESCAPE_PRESSED
static final String OPEN_EXTERNAL_CLICKED
static final String CANCEL_CLICKED
static final String FORCE_SAVE_CLICKED
Copyright © 2017 SAP SE. All Rights Reserved.