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 Interface
com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Packages that use WebComponentConfiguration
-
Uses of WebComponentConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return WebComponentConfigurationModifier and TypeMethodDescription<T extends Component>
WebComponentConfiguration<T>WebComponentExporter.WebComponentConfigurationFactory.create
(WebComponentExporter<T> exporter) Creates a
WebComponentConfiguration
for the providedWebComponentExporter
instances. -
Uses of WebComponentConfiguration in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return types with arguments of type WebComponentConfigurationModifier and TypeMethodDescriptionOptional<WebComponentConfiguration<? extends Component>>
WebComponentConfigurationRegistry.getConfiguration
(String tag) Get a web component configuration for given custom element tag if one is registered.
Set<WebComponentConfiguration<? extends Component>>
WebComponentConfigurationRegistry.getConfigurations()
Get an unmodifiable set containing all registered web component configurations.
<T extends Component>
Set<WebComponentConfiguration<T>>WebComponentConfigurationRegistry.getConfigurationsByComponentType
(Class<T> componentClass) Get an unmodifiable set containing all registered web component configurations for a specific
Component
type.Methods in com.vaadin.flow.server.webcomponent with parameters of type WebComponentConfigurationModifier and TypeMethodDescriptionstatic String
WebComponentGenerator.generateModule
(WebComponentConfiguration<? extends Component> webComponentConfiguration, String frontendURI, String themeName) Generate web component html/JS for given tag and class.
Method parameters in com.vaadin.flow.server.webcomponent with type arguments of type WebComponentConfigurationModifier and TypeMethodDescriptionboolean
WebComponentConfigurationRegistry.setConfigurations
(Set<WebComponentConfiguration<? extends Component>> configurations) Registers all available web component configurations to the registry.
protected void
WebComponentConfigurationRegistry.updateRegistry
(Set<WebComponentConfiguration<? extends Component>> configurations) Internal method for updating registry.