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