Class TriStateCheckbox

  • All Implemented Interfaces:
    org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

    public abstract class TriStateCheckbox
    extends AbstractInputComponent
    Component wrapper for the PrimeFaces p:triStateCheckbox.
    • Constructor Detail

      • TriStateCheckbox

        public TriStateCheckbox()
    • Method Detail

      • getBox

        public org.openqa.selenium.WebElement getBox()
      • click

        public void click()
      • setValue

        public void setValue​(String value)
      • getValue

        public String getValue()
      • toggle

        public void toggle()
        Toggles between its three states. (0, 1, 2)