Interface UIEvents.EventTags
- Enclosing class:
UIEvents
public static interface UIEvents.EventTags
E4 UI Event argument attribute keys. These are used as keys for the event
arguments map. Each event may have none, some, or all arguments set.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe attribute namestatic final StringThe element that caused the event to be publishedstatic final StringThe new valuestatic final StringThe old valuestatic final StringThe position (if applicable) of the change within the list.static final StringThe event type @see UIEvents.EventTypesstatic final StringThe widget that generated the event
-
Field Details
-
ELEMENT
-
WIDGET
-
TYPE
-
ATTNAME
-
OLD_VALUE
-
NEW_VALUE
-
POSITION
-