Uses of Class
org.scopemvc.core.Selector

Packages that use Selector
org.scopemvc.core The core package establishes the fundamental patterns for the MVC implementation in Scope through the definition of a limited set of interfaces and classes. 
 

Uses of Selector in org.scopemvc.core
 

Subclasses of Selector in org.scopemvc.core
 class IntIndexSelector
           An implementation of Selector that identifies a property by its int index within the parent model object.
 class StringIndexSelector
           An implementation of Selector that identifies a property by its String index within the parent model object.
 



Copyright © 2000-2002 The Scope Team. All Rights Reserved.