|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container.Hierarchical | |
|---|---|
| com.vaadin.data.util | Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. |
| com.vaadin.ui | |
| com.vaadin.ui.treetable | |
| 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. |
| Methods in com.vaadin.data.util with parameters of type Container.Hierarchical | |
|---|---|
static boolean |
HierarchicalContainer.removeItemRecursively(Container.Hierarchical container,
Object itemId)
Removes the Item identified by given itemId and all its children from the given Container. |
| 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()
|
| Uses of Container.Hierarchical in com.vaadin.ui.treetable |
|---|
| Subinterfaces of Container.Hierarchical in com.vaadin.ui.treetable | |
|---|---|
interface |
Collapsible
Container needed by large lazy loading hierarchies displayed in TreeTable. |
| Classes in com.vaadin.ui.treetable that implement Container.Hierarchical | |
|---|---|
class |
HierarchicalContainerOrderedWrapper
|
| Constructors in com.vaadin.ui.treetable with parameters of type Container.Hierarchical | |
|---|---|
HierarchicalContainerOrderedWrapper(Container.Hierarchical toBeWrapped)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||