com.vaadin.flow.dom.

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.

    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