Class ElementAttachEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.dom.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:
  • Constructor Details

    • ElementAttachEvent

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