Uses of Interface
com.vaadin.v7.data.Container.Indexed
-
-
Uses of Container.Indexed in com.vaadin.v7.data
Methods in com.vaadin.v7.data with parameters of type Container.Indexed Modifier and Type Method Description static List<?>ContainerHelpers. getItemIdsUsingGetIdByIndex(int startIndex, int numberOfIds, Container.Indexed container)Deprecated.Get a range of item ids from the container usinggetIdByIndex(int). -
Uses of Container.Indexed in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Container.Indexed 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 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 that return Container.Indexed Modifier and Type Method Description Container.IndexedGeneratedPropertyContainer. getWrappedContainer()Deprecated.Returns the original underlying container.Constructors in com.vaadin.v7.data.util with parameters of type Container.Indexed Constructor Description GeneratedPropertyContainer(Container.Indexed container)Deprecated. -
Uses of Container.Indexed in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Container.Indexed Modifier and Type Class Description classSQLContainerDeprecated.As of 8.0, no replacement available, seeDataProvider. -
Uses of Container.Indexed in com.vaadin.v7.server.communication.data
Constructors in com.vaadin.v7.server.communication.data with parameters of type Container.Indexed Constructor Description RpcDataProviderExtension(Container.Indexed container)Deprecated. -
Uses of Container.Indexed in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return Container.Indexed Modifier and Type Method Description Container.IndexedGrid. getContainerDataSource()Deprecated.Returns the grid data source.Methods in com.vaadin.v7.ui with parameters of type Container.Indexed Modifier and Type Method Description voidCalendar. setContainerDataSource(Container.Indexed container)Deprecated.Sets a container as a data source for the events in the calendar.voidCalendar. setContainerDataSource(Container.Indexed container, Object captionProperty, Object descriptionProperty, Object startDateProperty, Object endDateProperty, Object styleNameProperty)Deprecated.Sets a container as a data source for the events in the calendar.voidGrid. setContainerDataSource(Container.Indexed container)Deprecated.Sets the grid data source.Constructors in com.vaadin.v7.ui with parameters of type Container.Indexed Constructor Description Grid(Container.Indexed dataSource)Deprecated.Creates a new Grid using the given data source.Grid(String caption, Container.Indexed dataSource)Deprecated.Creates a new Grid with the given caption and data source. -
Uses of Container.Indexed in com.vaadin.v7.ui.components.calendar
Methods in com.vaadin.v7.ui.components.calendar that return Container.Indexed Modifier and Type Method Description Container.IndexedContainerEventProvider. getContainerDataSource()Deprecated.Returns the container used as data source.Methods in com.vaadin.v7.ui.components.calendar with parameters of type Container.Indexed Modifier and Type Method Description voidContainerEventProvider. setContainerDataSource(Container.Indexed container)Deprecated.Set the container data source.Constructors in com.vaadin.v7.ui.components.calendar with parameters of type Container.Indexed Constructor Description ContainerEventProvider(Container.Indexed container)Deprecated.Constructor.
-