Uses of Class
org.xwiki.platform.notifications.test.po.preferences.filters.CustomNotificationFilterPreference.FilterAction
-
Packages that use CustomNotificationFilterPreference.FilterAction Package Description org.xwiki.platform.notifications.test.po.preferences.filters -
-
Uses of CustomNotificationFilterPreference.FilterAction in org.xwiki.platform.notifications.test.po.preferences.filters
Methods in org.xwiki.platform.notifications.test.po.preferences.filters that return CustomNotificationFilterPreference.FilterAction Modifier and Type Method Description CustomNotificationFilterPreference.FilterAction
CustomNotificationFilterPreference. getFilterAction()
CustomNotificationFilterPreference.FilterAction
CustomNotificationFilterModal. getSelectedAction()
static CustomNotificationFilterPreference.FilterAction
CustomNotificationFilterPreference.FilterAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomNotificationFilterPreference.FilterAction[]
CustomNotificationFilterPreference.FilterAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.platform.notifications.test.po.preferences.filters with parameters of type CustomNotificationFilterPreference.FilterAction Modifier and Type Method Description void
CustomNotificationFilterModal. selectAction(CustomNotificationFilterPreference.FilterAction action)
Select the given action for the new filter.
-