Uses of Class
com.vaadin.flow.server.webcomponent.WebComponentBinding
-
Packages that use WebComponentBinding Package Description com.vaadin.flow.component.webcomponent -
-
Uses of WebComponentBinding in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent that return WebComponentBinding Modifier and Type Method Description WebComponentBinding<C>
WebComponentConfiguration. createWebComponentBinding(Instantiator instantiator, Element element, elemental.json.JsonObject newAttributeDefaults)
Creates a newWebComponentBinding
instance.Constructors in com.vaadin.flow.component.webcomponent with parameters of type WebComponentBinding Constructor Description WebComponent(WebComponentBinding binding, Element componentHost)
Constructs aWebComponent
.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.
-