Class OutputLabel

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

public abstract class OutputLabel extends AbstractComponent
Component wrapper for the PrimeFaces p:outputLabel.
  • Constructor Details

    • OutputLabel

      public OutputLabel()
  • Method Details

    • hasRequiredIndicator

      public boolean hasRequiredIndicator()
      Does this outputLabel have the * required indicator?
      Returns:
      true if has required indicator false if not
    • getFor

      public org.openqa.selenium.WebElement getFor()
      Gets the component this label is for.
      Returns:
      the WebElement this label is for or NULL if not for any