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.
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Field Detail

      • ELEMENT

        static final java.lang.String ELEMENT
        The element that caused the event to be published
        See Also:
        Constant Field Values
      • WIDGET

        static final java.lang.String WIDGET
        The widget that generated the event
        See Also:
        Constant Field Values
      • TYPE

        static final java.lang.String TYPE
        The event type @see UIEvents.EventTypes
        See Also:
        Constant Field Values
      • POSITION

        static final java.lang.String POSITION
        The position (if applicable) of the change within the list.
        See Also:
        Constant Field Values