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 class
Design.DefaultComponentFactory
Default 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.ComponentFactory
Design. 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 void
Design. 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.Component
Design.ComponentMapper. tagToComponent(String tag, Design.ComponentFactory componentFactory, DesignContext context)
Resolves and creates a component using the provided component factory based on a tag name.Component
Design.DefaultComponentMapper. tagToComponent(String tagName, Design.ComponentFactory componentFactory, DesignContext context)
-