Uses of Interface
com.vaadin.data.Container.Indexed
-
Packages that use Container.Indexed Package Description com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.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.server.communication.data com.vaadin.ui com.vaadin.ui.components.calendar -
-
Uses of Container.Indexed in com.vaadin.data
Methods in com.vaadin.data with parameters of type Container.Indexed Modifier and Type Method Description static List<?>ContainerHelpers. getItemIdsUsingGetIdByIndex(int startIndex, int numberOfIds, Container.Indexed container)Get a range of item ids from the container usinggetIdByIndex(int). -
Uses of Container.Indexed in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Container.Indexed Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>An abstract base class for in-memory containers for JavaBeans.classAbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>AbstractContainerclass that handles common functionality for in-memory containers.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 that return Container.Indexed Modifier and Type Method Description Container.IndexedGeneratedPropertyContainer. getWrappedContainer()Returns the original underlying container.Constructors in com.vaadin.data.util with parameters of type Container.Indexed Constructor Description GeneratedPropertyContainer(Container.Indexed container)Constructor for GeneratedPropertyContainer. -
Uses of Container.Indexed in com.vaadin.data.util.sqlcontainer
Classes in com.vaadin.data.util.sqlcontainer that implement Container.Indexed Modifier and Type Class Description classSQLContainer -
Uses of Container.Indexed in com.vaadin.server.communication.data
Constructors in com.vaadin.server.communication.data with parameters of type Container.Indexed Constructor Description RpcDataProviderExtension(Container.Indexed container)Creates a new data provider using the given container. -
Uses of Container.Indexed in com.vaadin.ui
Methods in com.vaadin.ui that return Container.Indexed Modifier and Type Method Description Container.IndexedGrid. getContainerDataSource()Returns the grid data source.Methods in com.vaadin.ui with parameters of type Container.Indexed Modifier and Type Method Description voidCalendar. setContainerDataSource(Container.Indexed container)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)Sets a container as a data source for the events in the calendar.voidGrid. setContainerDataSource(Container.Indexed container)Sets the grid data source.Constructors in com.vaadin.ui with parameters of type Container.Indexed Constructor Description Grid(Container.Indexed dataSource)Creates a new Grid using the given data source.Grid(String caption, Container.Indexed dataSource)Creates a new Grid with the given caption and data source. -
Uses of Container.Indexed in com.vaadin.ui.components.calendar
Methods in com.vaadin.ui.components.calendar that return Container.Indexed Modifier and Type Method Description Container.IndexedContainerEventProvider. getContainerDataSource()Returns the container used as data sourceMethods in com.vaadin.ui.components.calendar with parameters of type Container.Indexed Modifier and Type Method Description voidContainerEventProvider. setContainerDataSource(Container.Indexed container)Set the container data sourceConstructors in com.vaadin.ui.components.calendar with parameters of type Container.Indexed Constructor Description ContainerEventProvider(Container.Indexed container)Constructor
-