Uses of Interface
com.vaadin.v7.data.Container.Ordered
-
Packages that use Container.Ordered Package Description com.vaadin.v7.data com.vaadin.v7.data.util com.vaadin.v7.data.util.sqlcontainer com.vaadin.v7.ui -
-
Uses of Container.Ordered in com.vaadin.v7.data
Subinterfaces of Container.Ordered in com.vaadin.v7.data Modifier and Type Interface Description interfaceCollapsibleDeprecated.UseTreeGrid.addExpandListener()andTreeGrid.addCollapseListener().static interfaceContainer.IndexedDeprecated.static interfaceContainer.SortableDeprecated.As of 8.0, sorting is integrated intoDataProviderandQuery.getSortOrders(). -
Uses of Container.Ordered in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Container.Ordered Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byDataProviderclassAbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>Deprecated.As of 8.0, replaced byDataProviderclassBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byListDataProviderclassBeanItemContainer<BEANTYPE>Deprecated.As of 8.0, replaced byListDataProviderclassContainerOrderedWrapperDeprecated.As of 8.0, replaced byDataProviderclassGeneratedPropertyContainerDeprecated.As of 8.0, replaced byDataProviderclassHierarchicalContainerDeprecated.Use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classHierarchicalContainerOrderedWrapperDeprecated.No direct replacement - use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classIndexedContainerDeprecated.As of 8.0, replaced byListDataProvider -
Uses of Container.Ordered in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Container.Ordered Modifier and Type Class Description classSQLContainerDeprecated.As of 8.0, no replacement available, seeDataProvider. -
Uses of Container.Ordered in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Container.Ordered Modifier and Type Class Description classTableDeprecated.As of 8.0, useGridinsteadclassTreeTableDeprecated.SeeTreeGrid.
-