|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container.Hierarchical | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
class |
ContainerHierarchicalWrapper
A wrapper class for adding external hierarchy to containers not implementing the Container.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 the Container.Ordered interface while retaining
Container.Hierarchical features. |
| Methods in com.vaadin.data.util with parameters of type Container.Hierarchical | |
|---|---|
static boolean |
HierarchicalContainer.removeItemRecursively(Container.Hierarchical container,
java.lang.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 | |
|---|---|
HierarchicalContainerOrderedWrapper(Container.Hierarchical toBeWrapped)
|
|
| Uses of Container.Hierarchical in com.vaadin.ui |
|---|
| Classes in com.vaadin.ui that implement Container.Hierarchical | |
|---|---|
class |
Tree
Tree component. |
class |
TreeTable
TreeTable extends the Table component so that it can also visualize a
hierarchy of its Items in a similar manner that Tree does. |
| Methods in com.vaadin.ui that return Container.Hierarchical | |
|---|---|
Container.Hierarchical |
TreeTable.getContainerDataSource()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||