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

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

Methods in com.itmill.toolkit.data with parameters of type Container.ItemSetChangeListener
 void Container.ItemSetChangeNotifier.addListener(Container.ItemSetChangeListener listener)
          Adds an Item set change listener for the object.
 void Container.ItemSetChangeNotifier.removeListener(Container.ItemSetChangeListener listener)
          Removes the Item set change listener from the object.
 

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

Methods in com.itmill.toolkit.data.util with parameters of type Container.ItemSetChangeListener
 void ContainerOrderedWrapper.addListener(Container.ItemSetChangeListener listener)
           
 void ContainerHierarchicalWrapper.addListener(Container.ItemSetChangeListener listener)
           
 void IndexedContainer.addListener(Container.ItemSetChangeListener listener)
           
 void ContainerOrderedWrapper.removeListener(Container.ItemSetChangeListener listener)
           
 void ContainerHierarchicalWrapper.removeListener(Container.ItemSetChangeListener listener)
           
 void IndexedContainer.removeListener(Container.ItemSetChangeListener listener)
           
 

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

Classes in com.itmill.toolkit.ui that implement Container.ItemSetChangeListener
 class AbstractSelect
           A class representing a selection of items the user has selected in a UI.
 class ComboBox
          A filtering dropdown single-select.
 class ListSelect
          This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.
 class NativeSelect
          This is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.
 class OptionGroup
          Configures select to be used as an option group.
 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.
 class TwinColSelect
          Multiselect component with two lists: left side for available items and right side for selected items.
 

Methods in com.itmill.toolkit.ui with parameters of type Container.ItemSetChangeListener
 void AbstractSelect.addListener(Container.ItemSetChangeListener listener)
          Adds an Item set change listener for the object.
 void AbstractSelect.removeListener(Container.ItemSetChangeListener listener)
          Removes the Item set change listener from the object.
 



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