Uses of Interface
com.vaadin.data.Container.Hierarchical
-
Packages that use Container.Hierarchical Package Description com.vaadin.data com.vaadin.data.util com.vaadin.ui -
-
Uses of Container.Hierarchical in com.vaadin.data
Subinterfaces of Container.Hierarchical in com.vaadin.data Modifier and Type Interface Description interface
Collapsible
Container needed by large lazy loading hierarchies displayed e.g. -
Uses of Container.Hierarchical in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Container.Hierarchical Modifier and Type Class Description class
ContainerHierarchicalWrapper
A wrapper class for adding external hierarchy to containers not implementing theContainer.Hierarchical
interface.class
FilesystemContainer
A hierarchical container wrapper for a filesystem.class
HierarchicalContainer
A specialized Container whose contents can be accessed like it was a tree-like structure.class
HierarchicalContainerOrderedWrapper
A wrapper class for adding external ordering to containers not implementing theContainer.Ordered
interface while retainingContainer.Hierarchical
features.Methods in com.vaadin.data.util with parameters of type Container.Hierarchical Modifier and Type Method Description static boolean
HierarchicalContainer. removeItemRecursively(Container.Hierarchical container, Object itemId)
Removes the Item identified by given itemId and all its children from the given Container.Constructors in com.vaadin.data.util with parameters of type Container.Hierarchical Constructor Description HierarchicalContainerOrderedWrapper(Container.Hierarchical toBeWrapped)
-
Uses of Container.Hierarchical in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.Hierarchical Modifier and Type Class Description class
Tree
Tree component.class
TreeTable
Methods in com.vaadin.ui that return Container.Hierarchical Modifier and Type Method Description Container.Hierarchical
TreeTable. getContainerDataSource()
-