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.defineByClass(java.lang.Class clazz)
           
static FilterType FilterType.fromString(java.lang.String name)
           
static FilterType FilterType.fromString(java.lang.String name)
           
 FilterType FilterProperty.getType()
           
abstract  FilterType FilterPropertyBase.getType()
           
 FilterType UIFilterProperty.getType()
           
 FilterType UIFilterProperty.getType()
           
abstract  FilterType FilterPropertyBase.getType()
           
 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.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.
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 UIFilterProperty.setType(FilterType type)
           
 void UIFilterProperty.setType(FilterType type)
           
 



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