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.BaseElementModels the filter parameter of the Open Project macro.- Since:
- 1.0-rc-4
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description FilterBuilderParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterBuilderFilteraddFilter(String filterProperty)Select from the "Add Filter" list a work package property that should be filtered.voidclearFilters()Clear all the filters inside the filter parameter.org.openqa.selenium.WebElementgetContainer()List<FilterBuilderFilter>getFilters()
-
-
-
Method Detail
-
getContainer
public org.openqa.selenium.WebElement getContainer()
- Returns:
- the container of the parameter value.
-
addFilter
public FilterBuilderFilter addFilter(String filterProperty)
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
public List<FilterBuilderFilter> getFilters()
- Returns:
- retrieve all the created filters of the filter parameter.
-
clearFilters
public void clearFilters()
Clear all the filters inside the filter parameter.
-
-