public static interface UIEvents.EventTags
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTNAME
The attribute name
|
static java.lang.String |
ELEMENT
The element that caused the event to be published
|
static java.lang.String |
NEW_VALUE
The new value
|
static java.lang.String |
OLD_VALUE
The old value
|
static java.lang.String |
POSITION
The position (if applicable) of the change within the list.
|
static java.lang.String |
TYPE
The event type @see UIEvents.EventTypes
|
static java.lang.String |
WIDGET
The widget that generated the event
|
static final java.lang.String ELEMENT
static final java.lang.String WIDGET
static final java.lang.String TYPE
static final java.lang.String ATTNAME
static final java.lang.String OLD_VALUE
static final java.lang.String NEW_VALUE
static final java.lang.String POSITION
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.