Class Slider

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

public abstract class Slider extends AbstractInputComponent
Component wrapper for the PrimeFaces p:slider.
  • Constructor Details

    • Slider

      public Slider()
  • Method Details

    • isSlideEndAjaxified

      public boolean isSlideEndAjaxified()
      Is this component AJAX enabled?
      Returns:
      true if AJAX enabled false if not
    • getValue

      public Number getValue()
    • setValue

      public void setValue(Number value)