Class SystemNotificationFilterPreference
- java.lang.Object
-
- org.xwiki.platform.notifications.test.po.preferences.filters.AbstractNotificationFilterPreference
-
- org.xwiki.platform.notifications.test.po.preferences.filters.SystemNotificationFilterPreference
-
@Unstable public class SystemNotificationFilterPreference extends AbstractNotificationFilterPreference
Represents a System notification filter that can only be enabled or disabled.- Since:
- 13.2RC1
- Version:
- $Id: e4f1cca2a29c0f8d114b0a80083b678a68db2dc7 $
-
-
Constructor Summary
Constructors Constructor Description SystemNotificationFilterPreference(AbstractNotificationsSettingsPage parentPage, org.openqa.selenium.WebElement row, XWikiWebDriver webDriver)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
-
Methods inherited from class org.xwiki.platform.notifications.test.po.preferences.filters.AbstractNotificationFilterPreference
getFilterName, getFormats, getLivetableRow, getParentPage, isEnabled, setEnabled
-
-
-
-
Constructor Detail
-
SystemNotificationFilterPreference
public SystemNotificationFilterPreference(AbstractNotificationsSettingsPage parentPage, org.openqa.selenium.WebElement row, XWikiWebDriver webDriver)
Default constructor.- Parameters:
parentPage
- the page where the settings are displayed.row
- the row of the livetable for this filter.webDriver
- the webdriver to initialize the switches.
-
-
Method Detail
-
getDescription
public String getDescription()
- Returns:
- the description of the filter.
-
-