We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 new
WebComponentBinding
instance.Constructors in com.vaadin.flow.component.webcomponent with parameters of type WebComponentBindingModifierConstructorDescriptionWebComponent
(WebComponentBinding binding, Element componentHost) Constructs a
WebComponent
.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.