Java com.vaadin.v7.data.util HierarchicalContainer fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.data.util HierarchicalContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.data.util HierarchicalContainer.

The text is from its open source code.

Constructor

Method

booleanaddContainerProperty(Object propertyId, Class type, Object defaultValue)
Adds a new Property to all Items in the Container.
ItemaddItem(Object itemId)
CollectiongetItemIds()
Gets the ID's of all visible (after filtering and sorting) Items stored in the Container.
booleanremoveAllItems()
booleansetChildrenAllowed(Object itemId, boolean childrenAllowed)

Sets the given Item's capability to have children.