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.
com.vaadin.flow.component.webcomponent.
Package com.vaadin.flow.component.webcomponent
package com.vaadin.flow.component.webcomponent
-
ClassDescription
EventOptions
is used to configure the custom event published by an exported web component.Offers a fluent API for configuring the properties of embedded web components produced by
WebComponentExporter
.WebComponent<C extends Component>Acts as a proxy to the web component root onto which the exporter
Component
is added.WebComponentConfiguration<C extends Component>Result of defining an embeddable web component using
WebComponentExporter
.Custom UI for use with WebComponents served from the server.
Event used for sending the activation event for an exported web component from the client to the server.
Wrapper component for a web component that exposes
ClientCallable
methods that the client-side components expect to be available.