Uses of Interface
com.vaadin.data.Container.Sortable
-
Packages that use Container.Sortable Package Description com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.data.util.sqlcontainer com.vaadin.ui -
-
Uses of Container.Sortable in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Container.Sortable Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>An abstract base class for in-memory containers for JavaBeans.classBeanContainer<IDTYPE,BEANTYPE>An in-memory container for JavaBeans.classBeanItemContainer<BEANTYPE>An in-memory container for JavaBeans.classGeneratedPropertyContainerContainer wrapper that adds support for generated properties.classHierarchicalContainerA specialized Container whose contents can be accessed like it was a tree-like structure.classIndexedContainerAn implementation of theinterface with all important features.Container.IndexedMethods in com.vaadin.data.util with parameters of type Container.Sortable Modifier and Type Method Description voidDefaultItemSorter. setSortProperties(Container.Sortable container, Object[] propertyId, boolean[] ascending)voidItemSorter. setSortProperties(Container.Sortable container, Object[] propertyId, boolean[] ascending)Sets the parameters for an upcoming sort operation. -
Uses of Container.Sortable in com.vaadin.data.util.sqlcontainer
Classes in com.vaadin.data.util.sqlcontainer that implement Container.Sortable Modifier and Type Class Description classSQLContainer -
Uses of Container.Sortable in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.Sortable Modifier and Type Class Description classTableTableis used for representing data or components in a pageable and selectable table.classTreeTable
-