com.vaadin.ui.declarative.

Interface Design.ComponentFactory

    • Method Summary

      All Methods
      Modifier and Type Method Description
      Component createComponent​(String fullyQualifiedClassName, DesignContext context)

      Creates a component based on the fully qualified name derived from the tag name in the design.

    • Method Detail

      • createComponent

        Component createComponent​(String fullyQualifiedClassName,
                                  DesignContext context)

        Creates a component based on the fully qualified name derived from the tag name in the design.

        Parameters:

        fullyQualifiedClassName - the fully qualified name of the component to create

        context - the design context for which the component is created

        Returns:

        a newly created component