Uses of Interface
com.vaadin.data.Container.Hierarchical
-
Packages that use Container.Hierarchical Package Description com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.ui -
-
Uses of Container.Hierarchical in com.vaadin.data
Subinterfaces of Container.Hierarchical in com.vaadin.data Modifier and Type Interface Description interfaceCollapsibleContainer 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 classContainerHierarchicalWrapperA wrapper class for adding external hierarchy to containers not implementing theContainer.Hierarchicalinterface.classFilesystemContainerA hierarchical container wrapper for a filesystem.classHierarchicalContainerA specialized Container whose contents can be accessed like it was a tree-like structure.classHierarchicalContainerOrderedWrapperA wrapper class for adding external ordering to containers not implementing theContainer.Orderedinterface while retainingContainer.Hierarchicalfeatures.Methods in com.vaadin.data.util with parameters of type Container.Hierarchical Modifier and Type Method Description static booleanHierarchicalContainer. 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 classTreeTree component.classTreeTableMethods in com.vaadin.ui that return Container.Hierarchical Modifier and Type Method Description Container.HierarchicalTreeTable. getContainerDataSource()
-