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 DependencyModifier and TypeMethodDescriptionDependencyList.getDependencyByUrl(String url, Dependency.Type type) Gets a dependency by its URL and type.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 TypeMethodDescriptionvoidDependencyList.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.