Class FilterBuilderConstraint
- java.lang.Object
-
- com.xwiki.projectmanagement.test.openproject.FilterBuilderConstraint
-
public class FilterBuilderConstraint extends Object
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 Constructor Description FilterBuilderConstraint(org.openqa.selenium.WebElement webElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.test.ui.po.SelectgetOperator()org.xwiki.test.ui.po.SuggestInputElementgetSuggestValue()org.openqa.selenium.WebElementgetValue()voidremoveConstraint()Click the button that deletes this constraint from the filter.
-
-
-
Method Detail
-
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.
-
-