Uses of Class
com.vaadin.flow.server.webcomponent.WebComponentBinding
Packages that use WebComponentBinding
-
Uses of WebComponentBinding in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent that return WebComponentBindingModifier and TypeMethodDescriptionWebComponentConfiguration.createWebComponentBinding
(Instantiator instantiator, Element element, elemental.json.JsonObject newAttributeDefaults) Creates a newWebComponentBinding
instance.Constructors in com.vaadin.flow.component.webcomponent with parameters of type WebComponentBindingModifierConstructorDescriptionWebComponent
(WebComponentBinding binding, Element componentHost) Constructs aWebComponent
.WebComponentWrapper
(Element rootElement, WebComponentBinding<?> binding) Wrapper class for the server side WebComponent.protected
WebComponentWrapper
(Element rootElement, WebComponentBinding<?> binding, List<Element> bootstrapElements) Wrapper class for the server side WebComponent.