You're viewing an older version of Framework JavaDoc. Please see version 8.28.0 for the latest.
com.vaadin.ui.declarative.

Class DesignContext.ComponentCreatedEvent

  • java.lang.Object
    • com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
    • Method Detail

      • getLocalId

        public 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