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.shared.ui.Dependency
Packages that use Dependency
-
Uses of Dependency in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyList.getPendingSendToClient()
Returns a list of dependencies which should be sent to the client.
Methods in com.vaadin.flow.component.internal with parameters of type DependencyModifier and TypeMethodDescriptionvoid
DependencyList.add
(Dependency dependency) Adds the given dependency to be loaded by the client side.
-
Uses of Dependency in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyFilter.filter
(List<Dependency> dependencies, VaadinService service) Filters the list of dependencies and returns a (possibly) updated version.
Method parameters in com.vaadin.flow.server with type arguments of type DependencyModifier and TypeMethodDescriptionDependencyFilter.filter
(List<Dependency> dependencies, VaadinService service) Filters the list of dependencies and returns a (possibly) updated version.