Uses of Class
org.openfaces.component.filter.FilterType

Packages that use FilterType
org.openfaces.component.filter   
 

Uses of FilterType in org.openfaces.component.filter
 

Methods in org.openfaces.component.filter that return FilterType
static FilterType FilterType.defineByClass(java.lang.Class clazz)
           
static FilterType FilterType.fromString(java.lang.String name)
           
 FilterType FilterProperty.getType()
           
static FilterType FilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterType[] FilterType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.filter with parameters of type FilterType
 void FilterProperty.setType(FilterType type)
           
 



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.