Uses of Interface
com.vaadin.v7.data.Container
-
Packages that use Container Package Description com.vaadin.v7.data com.vaadin.v7.data.util com.vaadin.v7.data.util.sqlcontainer com.vaadin.v7.event com.vaadin.v7.ui -
-
Uses of Container in com.vaadin.v7.data
Subinterfaces of Container in com.vaadin.v7.data Modifier and Type Interface Description interfaceCollapsibleDeprecated.UseTreeGrid.addExpandListener()andTreeGrid.addCollapseListener().static interfaceContainer.FilterableDeprecated.static interfaceContainer.HierarchicalDeprecated.SeeHierarchicalDataProviderand its implementations.static interfaceContainer.IndexedDeprecated.static interfaceContainer.OrderedDeprecated.static interfaceContainer.SimpleFilterableDeprecated.static interfaceContainer.SortableDeprecated.As of 8.0, sorting is integrated intoDataProviderandQuery.getSortOrders().Methods in com.vaadin.v7.data that return Container Modifier and Type Method Description ContainerContainer.ItemSetChangeEvent. getContainer()Deprecated.Gets the Property where the event occurred.ContainerContainer.PropertySetChangeEvent. getContainer()Deprecated.Retrieves the Container whose contents have been modified.ContainerContainer.Viewer. getContainerDataSource()Deprecated.Gets the Container serving as the data source of the viewer.Methods in com.vaadin.v7.data with parameters of type Container Modifier and Type Method Description voidContainer.Viewer. setContainerDataSource(Container newDataSource)Deprecated.Sets the Container that serves as the data source of the viewer. -
Uses of Container in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Container Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byDataProviderclassAbstractContainerDeprecated.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 byListDataProviderclassContainerHierarchicalWrapperDeprecated.No direct replacement - use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classContainerOrderedWrapperDeprecated.As of 8.0, replaced byDataProviderclassFilesystemContainerDeprecated.No direct replacement - use a subclass ofAbstractBackEndHierarchicalDataProvider, such as the example in Vaadin Sampler for File System Explorer.classGeneratedPropertyContainerDeprecated.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 byListDataProviderMethods in com.vaadin.v7.data.util that return Container Modifier and Type Method Description ContainerAbstractContainer.BaseItemSetChangeEvent. getContainer()Deprecated.ContainerAbstractContainer.BasePropertySetChangeEvent. getContainer()Deprecated.ContainerGeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent. getContainer()Deprecated.Constructors in com.vaadin.v7.data.util with parameters of type Container Constructor Description BaseItemAddEvent(Container source, Object itemId, int index, int count)Deprecated.BaseItemRemoveEvent(Container source, Object itemId, int index, int count)Deprecated.BaseItemSetChangeEvent(Container source)Deprecated.BasePropertySetChangeEvent(Container source)Deprecated.ContainerHierarchicalWrapper(Container toBeWrapped)Deprecated.Constructs a new hierarchical wrapper for an existing Container.ContainerOrderedWrapper(Container toBeWrapped)Deprecated.Constructs a new ordered wrapper for an existing Container. -
Uses of Container in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Container Modifier and Type Class Description classSQLContainerDeprecated.As of 8.0, no replacement available, seeDataProvider.Methods in com.vaadin.v7.data.util.sqlcontainer that return Container Modifier and Type Method Description ContainerSQLContainer.ItemSetChangeEvent. getContainer()Deprecated. -
Uses of Container in com.vaadin.v7.event
Methods in com.vaadin.v7.event that return Container Modifier and Type Method Description ContainerDataBoundTransferable. getSourceContainer()Deprecated.Returns the container data source from which the transfer occurs. -
Uses of Container in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Container Modifier and Type Class Description classAbstractSelectDeprecated.As of 8.0, replaced byAbstractListingclassComboBoxDeprecated.As of 8.0 replaced byComboBoxbased on the new data binding APIclassListSelectDeprecated.As of 8.0 replaced byListSelectbased on the new data binding APIclassNativeSelectDeprecated.As of 8.0 replaced byNativeSelectbased on the new data binding APIclassOptionGroupDeprecated.As of 8.0, useRadioButtonGroupfor single select orCheckBoxGroupfor multiselect insteadclassSelectDeprecated.As of 7.0.classTableDeprecated.As of 8.0, useGridinsteadclassTreeDeprecated.Seecom.vaadin.ui.Tree.classTreeTableDeprecated.SeeTreeGrid.classTwinColSelectDeprecated.As of 8.0 replaced byTwinColSelectbased on the new data binding APIFields in com.vaadin.v7.ui declared as Container Modifier and Type Field Description protected ContainerAbstractSelect. itemsDeprecated.Select options.Methods in com.vaadin.v7.ui that return Container Modifier and Type Method Description ContainerAbstractSelect. getContainerDataSource()Deprecated.Gets the viewing data-source container.Methods in com.vaadin.v7.ui with parameters of type Container Modifier and Type Method Description FieldDefaultFieldFactory. createField(Container container, Object itemId, Object propertyId, Component uiContext)Deprecated.Field<?>TableFieldFactory. createField(Container container, Object itemId, Object propertyId, Component uiContext)Deprecated.Creates a field based on the Container, item id, property id and the component responsible for displaying the field (most commonlyTable).voidAbstractSelect. setContainerDataSource(Container newDataSource)Deprecated.Sets the Container that serves as the data source of the viewer.voidTable. setContainerDataSource(Container newDataSource)Deprecated.Sets the Container that serves as the data source of the viewer.voidTable. setContainerDataSource(Container newDataSource, Collection<?> visibleIds)Deprecated.Sets the container data source and the columns that will be visible.voidTree. setContainerDataSource(Container newDataSource)Deprecated.Sets the Container that serves as the data source of the viewer.voidTreeTable. setContainerDataSource(Container newDataSource)Deprecated.Constructors in com.vaadin.v7.ui with parameters of type Container Constructor Description AbstractSelect(String caption, Container dataSource)Deprecated.Creates a new select that is connected to a data-source.ComboBox(String caption, Container dataSource)Deprecated.ListSelect(String caption, Container dataSource)Deprecated.NativeSelect(String caption, Container dataSource)Deprecated.OptionGroup(String caption, Container dataSource)Deprecated.Select(String caption, Container dataSource)Deprecated.Table(String caption, Container dataSource)Deprecated.Creates a new table with caption and connect it to a Container.Tree(String caption, Container dataSource)Deprecated.Creates a new tree with caption and connect it to a Container.TreeTable(String caption, Container dataSource)Deprecated.Creates a TreeTable instance with given captions and data source.TwinColSelect(String caption, Container dataSource)Deprecated.
-