Uses of Class
org.springframework.richclient.list.AbstractListSelectionGuard

Packages that use AbstractListSelectionGuard
org.springframework.richclient.list   
 

Uses of AbstractListSelectionGuard in org.springframework.richclient.list
 

Subclasses of AbstractListSelectionGuard in org.springframework.richclient.list
 class ListMultipleSelectionGuard
          This class applies a guard to a Guarded object that only enables the guarded object if the provided list selection model value holder has one or more item selected.
 class ListSingleSelectionGuard
          This class applies a guard to a Guarded object that only enables the guarded object if the provided list selection model value holder has exactly one item selected.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.