Uses of Interface
com.vaadin.v7.data.Container.Sortable
-
Packages that use Container.Sortable Package Description com.vaadin.v7.data.util com.vaadin.v7.data.util.sqlcontainer com.vaadin.v7.ui -
-
Uses of Container.Sortable in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Container.Sortable Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byDataProviderclassBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byListDataProviderclassBeanItemContainer<BEANTYPE>Deprecated.As of 8.0, replaced byListDataProviderclassGeneratedPropertyContainerDeprecated.As of 8.0, replaced byDataProviderclassHierarchicalContainerDeprecated.Use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classIndexedContainerDeprecated.As of 8.0, replaced byListDataProviderMethods in com.vaadin.v7.data.util with parameters of type Container.Sortable Modifier and Type Method Description voidDefaultItemSorter. setSortProperties(Container.Sortable container, Object[] propertyId, boolean[] ascending)Deprecated.voidItemSorter. setSortProperties(Container.Sortable container, Object[] propertyId, boolean[] ascending)Deprecated.Sets the parameters for an upcoming sort operation. -
Uses of Container.Sortable in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Container.Sortable Modifier and Type Class Description classSQLContainerDeprecated.As of 8.0, no replacement available, seeDataProvider. -
Uses of Container.Sortable in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Container.Sortable Modifier and Type Class Description classTableDeprecated.As of 8.0, useGridinsteadclassTreeTableDeprecated.SeeTreeGrid.
-