Uses of Class
net.sf.webmancer.db.RestrictionType

Packages that use RestrictionType
net.sf.webmancer.db   
net.sf.webmancer.widget   
 

Uses of RestrictionType in net.sf.webmancer.db
 

Methods in net.sf.webmancer.db that return RestrictionType
static RestrictionType RestrictionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RestrictionType[] RestrictionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.webmancer.db with parameters of type RestrictionType
protected  void Query.callRestrictors(RestrictionType type)
           
 void IRestrictor.restrict(IRestrictable query, RestrictionType restriction)
           
 

Uses of RestrictionType in net.sf.webmancer.widget
 

Methods in net.sf.webmancer.widget with parameters of type RestrictionType
abstract  void AbstractDataView.restrict(IRestrictable query, RestrictionType restriction)
           
 void DataTable.restrict(IRestrictable query, RestrictionType restriction)
           
 



Copyright © 2006-2007. All Rights Reserved.