public interface GroupTableContainer extends TableSortableContainer
com.vaadin.v7.data.Container.Editor, com.vaadin.v7.data.Container.Filter, com.vaadin.v7.data.Container.Filterable, com.vaadin.v7.data.Container.Hierarchical, com.vaadin.v7.data.Container.Indexed, com.vaadin.v7.data.Container.ItemSetChangeEvent, com.vaadin.v7.data.Container.ItemSetChangeListener, com.vaadin.v7.data.Container.ItemSetChangeNotifier, com.vaadin.v7.data.Container.Ordered, com.vaadin.v7.data.Container.PropertySetChangeEvent, com.vaadin.v7.data.Container.PropertySetChangeListener, com.vaadin.v7.data.Container.PropertySetChangeNotifier, com.vaadin.v7.data.Container.SimpleFilterable, com.vaadin.v7.data.Container.Sortable, com.vaadin.v7.data.Container.Viewer
Modifier and Type | Method and Description |
---|---|
void |
collapse(java.lang.Object id) |
void |
collapseAll() |
void |
expand(java.lang.Object id) |
void |
expandAll() |
java.util.Collection<?> |
getChildren(java.lang.Object id) |
java.util.Collection<?> |
getGroupItemIds(java.lang.Object id) |
int |
getGroupItemsCount(java.lang.Object id) |
java.util.Collection<?> |
getGroupProperties() |
java.lang.Object |
getGroupProperty(java.lang.Object id) |
java.lang.Object |
getGroupPropertyValue(java.lang.Object id) |
void |
groupBy(java.lang.Object[] properties) |
boolean |
hasChildren(java.lang.Object id) |
boolean |
hasGroups() |
boolean |
isExpanded(java.lang.Object id) |
boolean |
isGroup(java.lang.Object id) |
java.util.Collection<?> |
rootGroups() |
resetSortOrder
getSortableContainerPropertyIds, sort
void groupBy(java.lang.Object[] properties)
boolean isGroup(java.lang.Object id)
java.util.Collection<?> rootGroups()
boolean hasChildren(java.lang.Object id)
java.util.Collection<?> getChildren(java.lang.Object id)
java.lang.Object getGroupProperty(java.lang.Object id)
java.lang.Object getGroupPropertyValue(java.lang.Object id)
java.util.Collection<?> getGroupItemIds(java.lang.Object id)
int getGroupItemsCount(java.lang.Object id)
boolean hasGroups()
java.util.Collection<?> getGroupProperties()
void expandAll()
void expand(java.lang.Object id)
void collapseAll()
void collapse(java.lang.Object id)
boolean isExpanded(java.lang.Object id)