Uses of Class
org.ujac.util.table.BaseRowFilterRule

Packages that use BaseRowFilterRule
org.ujac.util.table   
 

Uses of BaseRowFilterRule in org.ujac.util.table
 

Subclasses of BaseRowFilterRule in org.ujac.util.table
 class BetweenRowFilterRule
          Name: BetweenRowFilterRule
Description: Checks field values for a value between a lower and a upper value.
 class EqualsRowFilterRule
          Name: EqualsRowFilterRule
Description: Test whether or not the checked fields values are equal to the specified value.
 class GreaterEqualsRowFilterRule
          Name: GreaterEqualsRowFilterRule
Description: Test whether or not the checked fields values are greater or equal than the specified value.
 class GreaterRowFilterRule
          Name: GreaterRowFilterRule
Description: Test whether or not the checked fields values are greater than the specified value.
 class InRowFilterRule
          Name: InRowFilterRule
Description: Description of the class.
 class LessEqualsRowFilterRule
          Name: LessEqualsRowFilterRule
Description: Test whether or not the checked fields values are greater or equal than the specified value.
 class LessRowFilterRule
          Name: LessRowFilterRule
Description: Test whether or not the checked fields values are less than the specified value.
 class LikeRowFilterRule
          Name: LikeRowFilterRule
Description: Test whether or not the checked fields values are like to the specified value.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.