Package | Description |
---|---|
com.vaadin.flow.component.internal | |
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
Collection<Dependency> |
DependencyList.getPendingSendToClient()
Returns a list of dependencies which should be sent to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyList.add(Dependency dependency)
Adds the given dependency to be loaded by the client side.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
DependencyFilter.filter(List<Dependency> dependencies,
VaadinService service)
Filters the list of dependencies and returns a (possibly) updated
version.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
DependencyFilter.filter(List<Dependency> dependencies,
VaadinService service)
Filters the list of dependencies and returns a (possibly) updated
version.
|
Copyright © 2021. All rights reserved.