Class ElementAttachEvent

  • All Implemented Interfaces:
    Serializable

    public class ElementAttachEvent
    extends EventObject
    Event fired after an Element has been attached to the UI.

    When a hierarchy of elements is being attached, this event is fired child-first.

    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ElementAttachEvent

        public ElementAttachEvent​(Element source)
        Creates a new attach event with the given element as source.
        Parameters:
        source - the element that was attached