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 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.