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 byWebComponentExporter
.WebComponent<C extends Component>Acts as a proxy to the web component root onto which the exporterComponent
is added.WebComponentConfiguration<C extends Component>Result of defining an embeddable web component usingWebComponentExporter
.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 exposesClientCallable
methods that the client-side components expect to be available.