Interface TreeTableContainer

All Superinterfaces:
com.vaadin.v7.data.Container, com.vaadin.v7.data.Container.Hierarchical, com.vaadin.v7.data.Container.Ordered, com.vaadin.v7.data.Container.Sortable, Serializable, TableSortableContainer
All Known Implementing Classes:
JmixTreeTable, NullTreeTableContainer, TreeTableDataContainer, TreeTableImpl.AggregatableTreeTableDataContainer

public interface TreeTableContainer extends TableSortableContainer, com.vaadin.v7.data.Container.Hierarchical
  • 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 Type
    Method
    Description
    int
    getLevel(Object itemId)
     

    Methods inherited from interface com.vaadin.v7.data.Container

    addContainerProperty, addItem, addItem, containsId, getContainerProperty, getContainerPropertyIds, getItem, getItemIds, getType, removeAllItems, removeContainerProperty, size

    Methods inherited from interface com.vaadin.v7.data.Container.Hierarchical

    areChildrenAllowed, getChildren, getParent, hasChildren, isRoot, removeItem, rootItemIds, setChildrenAllowed, setParent

    Methods inherited from interface com.vaadin.v7.data.Container.Ordered

    addItemAfter, addItemAfter, firstItemId, isFirstId, isLastId, lastItemId, nextItemId, prevItemId

    Methods inherited from interface com.vaadin.v7.data.Container.Sortable

    getSortableContainerPropertyIds, sort

    Methods inherited from interface io.jmix.ui.widget.data.TableSortableContainer

    resetSortOrder
  • Method Details

    • getLevel

      int getLevel(Object itemId)