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, tools.jackson.databind.JsonNode newAttributeDefaults) Creates a newWebComponentBindinginstance.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.protectedWebComponentWrapper(Element rootElement, WebComponentBinding<?> binding, List<Element> bootstrapElements) Wrapper class for the server side WebComponent.