Uses of Interface
com.vaadin.flow.component.webcomponent.WebComponentConfiguration
-
Packages that use WebComponentConfiguration Package Description com.vaadin.flow.component com.vaadin.flow.server.webcomponent -
-
Uses of WebComponentConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return WebComponentConfiguration Modifier and Type Method Description <T extends Component>
WebComponentConfiguration<T>WebComponentExporter.WebComponentConfigurationFactory. create(WebComponentExporter<T> exporter)Creates aWebComponentConfigurationfor the providedWebComponentExporterinstances. -
Uses of WebComponentConfiguration in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return types with arguments of type WebComponentConfiguration Modifier and Type Method Description Optional<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 specificComponenttype.Methods in com.vaadin.flow.server.webcomponent with parameters of type WebComponentConfiguration Modifier and Type Method Description static StringWebComponentGenerator. generateModule(WebComponentConfiguration<? extends Component> webComponentConfiguration, String frontendURI, boolean compatibilityMode, 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 WebComponentConfiguration Modifier and Type Method Description booleanWebComponentConfigurationRegistry. setConfigurations(Set<WebComponentConfiguration<? extends Component>> configurations)Registers all available web component configurations to the registry.protected voidWebComponentConfigurationRegistry. updateRegistry(Set<WebComponentConfiguration<? extends Component>> configurations)Internal method for updating registry.
-