Package io.jmix.ui.widget.data
Interface GroupTableContainer
- All Superinterfaces:
com.vaadin.v7.data.Container,com.vaadin.v7.data.Container.Ordered,com.vaadin.v7.data.Container.Sortable,Serializable,TableSortableContainer
- All Known Implementing Classes:
GroupTableDataContainer,GroupTableImpl.AggregatableGroupTableDataContainer,GroupTableImpl.JmixGroupTableExt,JmixGroupTable,NullGroupTableContainer
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.v7.data.Container
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidCollection<?>getChildren(Object id) Collection<?>intCollection<?>voidbooleanhasChildren(Object id) booleanbooleanisExpanded(Object id) booleanCollection<?>Methods inherited from interface com.vaadin.v7.data.Container
addContainerProperty, addItem, addItem, containsId, getContainerProperty, getContainerPropertyIds, getItem, getItemIds, getType, removeAllItems, removeContainerProperty, removeItem, sizeMethods inherited from interface com.vaadin.v7.data.Container.Ordered
addItemAfter, addItemAfter, firstItemId, isFirstId, isLastId, lastItemId, nextItemId, prevItemIdMethods inherited from interface com.vaadin.v7.data.Container.Sortable
getSortableContainerPropertyIds, sortMethods inherited from interface io.jmix.ui.widget.data.TableSortableContainer
resetSortOrder
-
Method Details
-
groupBy
-
isGroup
-
rootGroups
Collection<?> rootGroups() -
hasChildren
-
getChildren
-
getGroupProperty
-
getGroupPropertyValue
-
getGroupItemIds
-
getGroupItemsCount
-
hasGroups
boolean hasGroups() -
getGroupProperties
Collection<?> getGroupProperties() -
expandAll
void expandAll() -
expand
-
collapseAll
void collapseAll() -
collapse
-
isExpanded
-