Uses of Class
com.vaadin.flow.component.WebComponentExporter
-
Packages that use WebComponentExporter Package Description com.vaadin.flow.component com.vaadin.flow.component.webcomponent -
-
Uses of WebComponentExporter in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return WebComponentExporter Modifier and Type Method Description WebComponentExporter<C>WebComponentExporterFactory. create()Creates a newWebComponentExporterinstance and configures the tag name of the web component created based on this exporter.WebComponentExporter<C>WebComponentExporterFactory.DefaultWebComponentExporterFactory. create()Methods in com.vaadin.flow.component with parameters of type WebComponentExporter Modifier and Type Method Description <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 WebComponentExporter Constructor Description DefaultWebComponentExporterFactory(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 WebComponentExporter Modifier and Type Method Description Class<? extends WebComponentExporter<C>>WebComponentConfiguration. getExporterClass()Retrieves the type of theWebComponentExporterfrom which this configuration has been generated.
-