Uses of Class
com.vaadin.flow.templatemodel.PathLookup
-
Packages that use PathLookup Package Description com.vaadin.flow.templatemodel -
-
Uses of PathLookup in com.vaadin.flow.templatemodel
Methods in com.vaadin.flow.templatemodel that return PathLookup Modifier and Type Method Description PathLookup<T>
PathLookup. compose(Map<String,T> newItems, String pathPrefix)
Deprecated.Composes a new path lookup that contains all items of this path lookup and all provided items supplemented with the provided path prefix.static <T> PathLookup<T>
PathLookup. empty()
Deprecated.Creates an empty path lookup.
-