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 Details

    • TriStateCheckbox

      public TriStateCheckbox()
  • Method Details

    • getInput

      public org.openqa.selenium.WebElement getInput()
      Description copied from class: AbstractInputComponent
      The input element reference.
      Overrides:
      getInput in class AbstractInputComponent
      Returns:
      the WebElement representing the input.
    • 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)