Class DesignContext.ComponentCreatedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DesignContext

    public class DesignContext.ComponentCreatedEvent
    extends java.lang.Object
    implements java.io.Serializable
    Component creation event that is fired when a component is created in the. context
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Component getComponent()
      Returns the created component.
      DesignContext getContext()
      Returns the new component context.
      java.lang.String getLocalId()
      Returns the local id of the created component or null if not exist.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLocalId

        public java.lang.String getLocalId()
        Returns the local id of the created component or null if not exist.
        Returns:
        the localId
      • getComponent

        public Component getComponent()
        Returns the created component.
        Returns:
        the component
      • getContext

        public DesignContext getContext()
        Returns the new component context.
        Returns:
        the context
        Since:
        8.5