Uses of Class
com.vaadin.flow.shared.ui.Dependency
-
Packages that use Dependency Package Description com.vaadin.flow.component.internal com.vaadin.flow.server -
-
Uses of Dependency in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type Dependency Modifier and Type Method Description Collection<Dependency>
DependencyList. getPendingSendToClient()
Returns a list of dependencies which should be sent to the client.Methods in com.vaadin.flow.component.internal with parameters of type Dependency Modifier and Type Method Description void
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 Dependency Modifier and Type Method Description List<Dependency>
DependencyFilter. 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 Dependency Modifier and Type Method Description List<Dependency>
DependencyFilter. filter(List<Dependency> dependencies, VaadinService service)
Filters the list of dependencies and returns a (possibly) updated version.
-