Uses of Interface
com.vaadin.ui.declarative.Design.ComponentFactory
-
Packages that use Design.ComponentFactory Package Description com.vaadin.ui.declarative -
-
Uses of Design.ComponentFactory in com.vaadin.ui.declarative
Classes in com.vaadin.ui.declarative that implement Design.ComponentFactory Modifier and Type Class Description static classDesign.DefaultComponentFactoryDefault implementation ofDesign.ComponentFactory, usingClass.forName(className).newInstance()for finding the component class and creating a component instance.Methods in com.vaadin.ui.declarative that return Design.ComponentFactory Modifier and Type Method Description static Design.ComponentFactoryDesign. getComponentFactory()Gets the currently used component factory.Methods in com.vaadin.ui.declarative with parameters of type Design.ComponentFactory Modifier and Type Method Description static voidDesign. setComponentFactory(Design.ComponentFactory componentFactory)Sets the component factory that is used for creating component instances based on fully qualified class names derived from a design file.ComponentDesign.ComponentMapper. tagToComponent(String tag, Design.ComponentFactory componentFactory, DesignContext context)Resolves and creates a component using the provided component factory based on a tag name.ComponentDesign.DefaultComponentMapper. tagToComponent(String tagName, Design.ComponentFactory componentFactory, DesignContext context)
-