Uses of Class
com.vaadin.ui.Dependency
-
Packages that use Dependency Package Description com.vaadin.server com.vaadin.ui -
-
Uses of Dependency in com.vaadin.server
Methods in com.vaadin.server that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>
DependencyFilter. filter(List<Dependency> dependencies, DependencyFilter.FilterContext filterContext)
Filters the list of dependencies and returns a (possibly) updated version.Collection<Dependency>
Page. getPendingDependencies()
Returns all pending dependencies.Methods in com.vaadin.server with parameters of type Dependency Modifier and Type Method Description void
Page. addDependency(Dependency dependency)
Add a dependency that should be added to the current page.Method parameters in com.vaadin.server with type arguments of type Dependency Modifier and Type Method Description List<Dependency>
DependencyFilter. filter(List<Dependency> dependencies, DependencyFilter.FilterContext filterContext)
Filters the list of dependencies and returns a (possibly) updated version. -
Uses of Dependency in com.vaadin.ui
Methods in com.vaadin.ui that return types with arguments of type Dependency Modifier and Type Method Description static List<Dependency>
Dependency. findDependencies(List<Class<? extends ClientConnector>> connectorTypes, LegacyCommunicationManager manager, DependencyFilter.FilterContext context)
Finds all the URLs defined for the given classes, registers the URLs to the communication manager, passes the registered dependencies through any defined filters and returns the filtered collection of dependencies to load.
-