| Package | Description |
|---|---|
| com.vaadin.ui.declarative |
| Modifier and Type | Class and Description |
|---|---|
static class |
Design.DefaultComponentFactory
Default implementation of
Design.ComponentFactory, using
Class.forName(className).newInstance() for finding the
component class and creating a component instance. |
| Modifier and Type | Method and Description |
|---|---|
static Design.ComponentFactory |
Design.getComponentFactory()
Gets the currently used component factory.
|
| Modifier and Type | Method and 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) |
Copyright © 2023 Vaadin Ltd. All rights reserved.