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

Packages that use Container.ItemSetChangeNotifier
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.ItemSetChangeNotifier in com.itmill.toolkit.data.util
 

Classes in com.itmill.toolkit.data.util that implement Container.ItemSetChangeNotifier
 class ContainerHierarchicalWrapper
           A wrapper class for adding external hierarchy to containers not implementing the Container.Hierarchical interface.
 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
          Indexed container implementation.
 

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

Classes in com.itmill.toolkit.ui that implement Container.ItemSetChangeNotifier
 class Select
           A class representing a selection of items the user has selected in a UI.
 class Table
          TableComponent is used for representing data or components in pageable and selectable table.
 class Tree
          MenuTree component.
 



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