Uses of Class
org.exoplatform.webui.ext.filter.UIExtensionFilterType
-
Packages that use UIExtensionFilterType Package Description 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 Modifier and Type Method Description UIExtensionFilterTypeUIExtensionAbstractFilter. getType()Indicates the type of the current filterUIExtensionFilterTypeUIExtensionFilter. getType()Indicates the type of the current filterstatic UIExtensionFilterTypeUIExtensionFilterType. 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 Constructor Description 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 Modifier and Type Method Description UIExtensionFilterTypeFileFilter. getType()UIExtensionFilterTypeUserACLFilter. getType()Indicates the type of the current filter
-