Uses of Enum Class
org.exoplatform.webui.ext.filter.UIExtensionFilterType
Packages that use UIExtensionFilterType
-
Uses of UIExtensionFilterType in org.exoplatform.webui.ext.filter
Methods in org.exoplatform.webui.ext.filter that return UIExtensionFilterTypeModifier and TypeMethodDescriptionUIExtensionAbstractFilter.getType()Indicates the type of the current filterUIExtensionFilter.getType()Indicates the type of the current filterstatic UIExtensionFilterTypeReturns the enum constant of this class with the specified name.static UIExtensionFilterType[]UIExtensionFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.webui.ext.filter with parameters of type UIExtensionFilterTypeModifierConstructorDescriptionprotectedUIExtensionAbstractFilter(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