Uses of Class
org.exoplatform.webui.ext.filter.UIExtensionFilterType

Packages that use UIExtensionFilterType
org.exoplatform.webui.ext.filter   
org.exoplatform.webui.ext.filter.impl   
 

Uses of UIExtensionFilterType in org.exoplatform.webui.ext.filter
 

Methods in org.exoplatform.webui.ext.filter that return UIExtensionFilterType
 UIExtensionFilterType UIExtensionAbstractFilter.getType()
          Indicates the type of the current filter
 UIExtensionFilterType UIExtensionFilter.getType()
          Indicates the type of the current filter
static UIExtensionFilterType UIExtensionFilterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UIExtensionFilterType[] UIExtensionFilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.exoplatform.webui.ext.filter with parameters of type UIExtensionFilterType
UIExtensionAbstractFilter(String messageKey, UIExtensionFilterType type)
           
UIExtensionORFilter(List<UIExtensionFilter> filters, String messageKey, UIExtensionFilterType type)
           
 

Uses of UIExtensionFilterType in org.exoplatform.webui.ext.filter.impl
 

Methods in org.exoplatform.webui.ext.filter.impl that return UIExtensionFilterType
 UIExtensionFilterType FileFilter.getType()
           
 UIExtensionFilterType UserACLFilter.getType()
          Indicates the type of the current filter
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.