Class 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 Detail

      • FilterBuilderConstraint

        public FilterBuilderConstraint​(org.openqa.selenium.WebElement webElement)
        Parameters:
        webElement - the element that wraps the constraint.
    • 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.