public static interface UIEvents.EventTypes
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD
Add event: value added is
UIEvents.EventTags.NEW_VALUE. |
static String |
ADD_MANY
Add many items: values added are
UIEvents.EventTags.NEW_VALUE |
static String |
CREATE
Creation event
|
static String |
MOVE
Value moved: the value moved is the
UIEvents.EventTags.NEW_VALUE, the old position is
UIEvents.EventTags.OLD_VALUE, and the new position in UIEvents.EventTags.POSITION. |
static String |
REMOVE
Remove event: value removed is
UIEvents.EventTags.OLD_VALUE |
static String |
REMOVE_MANY
Remove many event: the values removed are the
UIEvents.EventTags.OLD_VALUE (a collection). |
static String |
SET
Set event
|
static final String CREATE
static final String SET
static final String ADD
UIEvents.EventTags.NEW_VALUE.UIEvents.isADD(Event),
Constant Field Valuesstatic final String ADD_MANY
UIEvents.EventTags.NEW_VALUEUIEvents.isADD(Event),
Constant Field Valuesstatic final String REMOVE
UIEvents.EventTags.OLD_VALUEstatic final String REMOVE_MANY
UIEvents.EventTags.OLD_VALUE (a collection).
The former positions of the removed values are provided as an integer array in
UIEvents.EventTags.POSITION.static final String MOVE
UIEvents.EventTags.NEW_VALUE, the old position is
UIEvents.EventTags.OLD_VALUE, and the new position in UIEvents.EventTags.POSITION.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.