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 aWebComponentConfiguration
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 specificComponent
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.