| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Collapsible
Container needed by large lazy loading hierarchies displayed e.g.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
HierarchicalContainerOrderedWrapper(Container.Hierarchical toBeWrapped) |
| Modifier and Type | Class and Description |
|---|---|
class |
Tree
Tree component.
|
class |
TreeTable
|
| Modifier and Type | Method and Description |
|---|---|
Container.Hierarchical |
TreeTable.getContainerDataSource() |
Copyright © 2016 Vaadin Ltd. All rights reserved.