Uses of Class
com.vaadin.flow.component.WebComponentExporter
Packages that use WebComponentExporter
-
Uses of WebComponentExporter in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return WebComponentExporterModifier and TypeMethodDescriptionWebComponentExporterFactory.create()Creates a newWebComponentExporterinstance and configures the tag name of the web component created based on this exporter.WebComponentExporterFactory.DefaultWebComponentExporterFactory.create()Methods in com.vaadin.flow.component with parameters of type WebComponentExporterModifier and TypeMethodDescription<T extends Component>
WebComponentConfiguration<T> WebComponentExporter.WebComponentConfigurationFactory.create(WebComponentExporter<T> exporter) Creates aWebComponentConfigurationfor the providedWebComponentExporterinstances.Constructor parameters in com.vaadin.flow.component with type arguments of type WebComponentExporterModifierConstructorDescriptionDefaultWebComponentExporterFactory(Class<? extends WebComponentExporter<C>> exporterClass) Creates aWebComponentConfigurationfrom the providedWebComponentExporterclass. -
Uses of WebComponentExporter in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent that return types with arguments of type WebComponentExporterModifier and TypeMethodDescriptionClass<? extends WebComponentExporter<C>> WebComponentConfiguration.getExporterClass()Retrieves the type of theWebComponentExporterfrom which this configuration has been generated.