We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 new
WebComponentExporter
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 a
WebComponentConfiguration
for the providedWebComponentExporter
instances.Constructor parameters in com.vaadin.flow.component with type arguments of type WebComponentExporterModifierConstructorDescriptionDefaultWebComponentExporterFactory
(Class<? extends WebComponentExporter<C>> exporterClass) Creates a
WebComponentConfiguration
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 the
WebComponentExporter
from which this configuration has been generated.