| Package | Description |
|---|---|
| com.vaadin.flow.component.webcomponent |
| Modifier and Type | Method and Description |
|---|---|
WebComponentBinding<C> |
WebComponentConfiguration.createWebComponentBinding(Instantiator instantiator,
Element element,
elemental.json.JsonObject newAttributeDefaults)
Creates a new
WebComponentBinding instance. |
| Constructor and Description |
|---|
WebComponent(WebComponentBinding binding,
Element componentHost)
Constructs a
WebComponent. |
WebComponentWrapper(Element rootElement,
WebComponentBinding<?> binding)
Wrapper class for the server side WebComponent.
|
WebComponentWrapper(Element rootElement,
WebComponentBinding<?> binding,
List<Element> bootstrapElements)
Wrapper class for the server side WebComponent.
|
Copyright © 2020. All rights reserved.