Uses of Interface
com.itmill.toolkit.data.Container.Ordered

Packages that use Container.Ordered
com.itmill.toolkit.data Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. 
com.itmill.toolkit.data.util Provides various utility classes that implement the data layer functionality. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Container.Ordered in com.itmill.toolkit.data
 

Subinterfaces of Container.Ordered in com.itmill.toolkit.data
static interface Container.Indexed
          Interface for Container classes whose Items can be indexed.
static interface Container.Sortable
          Interface for Container classes whose Items can be sorted.
 

Uses of Container.Ordered in com.itmill.toolkit.data.util
 

Classes in com.itmill.toolkit.data.util that implement Container.Ordered
 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 IndexedContainer
          An implementation of the Container.Indexed interface with all important features.
 class QueryContainer
           The QueryContainer is the specialized form of Container which is Ordered and Indexed.
 

Uses of Container.Ordered in com.itmill.toolkit.ui
 

Classes in com.itmill.toolkit.ui that implement Container.Ordered
 class Table
           TableComponent is used for representing data or components in pageable and selectable table.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.