Class FilterBuilderConstraint
java.lang.Object
com.xwiki.projectmanagement.test.openproject.FilterBuilderConstraint
Models a constraint from a filter from the filter parameter from the open project macro.
- Since:
- 1.0-rc-4
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.xwiki.test.ui.po.Selectorg.xwiki.test.ui.po.SuggestInputElementorg.openqa.selenium.WebElementgetValue()voidClick the button that deletes this constraint from the filter.
-
Constructor Details
-
FilterBuilderConstraint
public FilterBuilderConstraint(org.openqa.selenium.WebElement webElement) - Parameters:
webElement- the element that wraps the constraint.
-
-
Method Details
-
getOperator
public org.xwiki.test.ui.po.Select getOperator()- Returns:
- the operator element which gives the operator of this constraint.
-
getValue
public org.openqa.selenium.WebElement getValue()- Returns:
- the value input element of this constraint.
-
getSuggestValue
public org.xwiki.test.ui.po.SuggestInputElement getSuggestValue()- Returns:
- the value selectized input of this constraint.
-
removeConstraint
public void removeConstraint()Click the button that deletes this constraint from the filter.
-