Uses of Interface
com.vaadin.data.Container.Sortable
-
Packages that use Container.Sortable Package Description com.vaadin.data.util 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 class
AbstractBeanContainer<IDTYPE,BEANTYPE>
An abstract base class for in-memory containers for JavaBeans.class
BeanContainer<IDTYPE,BEANTYPE>
An in-memory container for JavaBeans.class
BeanItemContainer<BEANTYPE>
An in-memory container for JavaBeans.class
GeneratedPropertyContainer
Container wrapper that adds support for generated properties.class
HierarchicalContainer
A specialized Container whose contents can be accessed like it was a tree-like structure.class
IndexedContainer
An implementation of the
interface with all important features.Container.Indexed
Methods in com.vaadin.data.util with parameters of type Container.Sortable Modifier and Type Method Description void
DefaultItemSorter. setSortProperties(Container.Sortable container, Object[] propertyId, boolean[] ascending)
void
ItemSorter. 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 class
SQLContainer
-
Uses of Container.Sortable in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.Sortable Modifier and Type Class Description class
Table
Table
is used for representing data or components in a pageable and selectable table.class
TreeTable
-