Class FilterBuilderParameter
java.lang.Object
org.xwiki.test.ui.po.BaseElement
com.xwiki.projectmanagement.test.openproject.FilterBuilderParameter
public class FilterBuilderParameter
extends org.xwiki.test.ui.po.BaseElement
Models the filter parameter of the Open Project macro.
- Since:
- 1.0-rc-4
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSelect from the "Add Filter" list a work package property that should be filtered.voidClear all the filters inside the filter parameter.org.openqa.selenium.WebElementMethods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
Constructor Details
-
FilterBuilderParameter
public FilterBuilderParameter()
-
-
Method Details
-
getContainer
public org.openqa.selenium.WebElement getContainer()- Returns:
- the container of the parameter value.
-
addFilter
Select from the "Add Filter" list a work package property that should be filtered.- Parameters:
filterProperty- the technical work package property name that should be filtered.- Returns:
- the model of a filter.
-
getFilters
- Returns:
- retrieve all the created filters of the filter parameter.
-
clearFilters
public void clearFilters()Clear all the filters inside the filter parameter.
-