| 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 | 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. |
Copyright © 2025. All rights reserved.