Class NotificationButton
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.contrib.application.task.test.po.NotificationButton
-
public class NotificationButton extends org.xwiki.test.ui.po.BaseElementRepresents the Notification menu and provides access to its settings.- Since:
- 3.11.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description NotificationButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPageAndChildrenEnabled()booleanisPageOnlyEnabled()booleanisWikiEnabled()NotificationButtonopen()NotificationButtonsetPageAndChildren(boolean value)NotificationButtonsetPageOnly(boolean value)NotificationButtonsetWiki(boolean value)
-
-
-
Method Detail
-
open
public NotificationButton open()
-
setWiki
public NotificationButton setWiki(boolean value)
-
setPageOnly
public NotificationButton setPageOnly(boolean value)
-
setPageAndChildren
public NotificationButton setPageAndChildren(boolean value)
-
isPageOnlyEnabled
public boolean isPageOnlyEnabled()
-
isPageAndChildrenEnabled
public boolean isPageAndChildrenEnabled()
-
isWikiEnabled
public boolean isWikiEnabled()
-
-