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 newWebComponentExporter
instance 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 aWebComponentConfiguration
for the providedWebComponentExporter
instances.Constructor parameters in com.vaadin.flow.component with type arguments of type WebComponentExporterModifierConstructorDescriptionDefaultWebComponentExporterFactory
(Class<? extends WebComponentExporter<C>> exporterClass) Creates aWebComponentConfiguration
from the providedWebComponentExporter
class. -
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 theWebComponentExporter
from which this configuration has been generated.