Uses of Interface
com.vaadin.data.Container.Ordered

Packages that use Container.Ordered
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.ui   
 

Uses of Container.Ordered in com.vaadin.data
 

Subinterfaces of Container.Ordered in com.vaadin.data
 interface Collapsible
          Container needed by large lazy loading hierarchies displayed e.g.
static interface Container.Indexed
          Interface for Container classes whose Items can be accessed by their position in the container.
static interface Container.Sortable
          Interface for Container classes whose Items can be sorted.
 

Uses of Container.Ordered in com.vaadin.data.util
 

Classes in com.vaadin.data.util that implement Container.Ordered
 class AbstractBeanContainer<IDTYPE,BEANTYPE>
          An abstract base class for in-memory containers for JavaBeans.
 class AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
          Abstract Container class that handles common functionality for in-memory containers.
 class BeanContainer<IDTYPE,BEANTYPE>
          An in-memory container for JavaBeans.
 class BeanItemContainer<BEANTYPE>
          An in-memory container for JavaBeans.
 class ContainerOrderedWrapper
           A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface.
 class HierarchicalContainer
          A specialized Container whose contents can be accessed like it was a tree-like structure.
 class HierarchicalContainerOrderedWrapper
          A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface while retaining Container.Hierarchical features.
 class IndexedContainer
          An implementation of the Container.Indexed interface with all important features.
 class QueryContainer
          Deprecated. will be removed in the future, use the SQLContainer add-on
 

Uses of Container.Ordered in com.vaadin.data.util.sqlcontainer
 

Classes in com.vaadin.data.util.sqlcontainer that implement Container.Ordered
 class SQLContainer
           
 

Uses of Container.Ordered in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Container.Ordered
 class Table
           Table is used for representing data or components in a pageable and selectable table.
 class TreeTable
          TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that Tree does.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.