Class OutputLabel
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.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 PrimeFacesp:outputLabel.
-
-
Constructor Summary
Constructors Constructor Description OutputLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetFor()Gets the component this label is for.booleanhasRequiredIndicator()Does this outputLabel have the * required indicator?-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
-
-
-
Method Detail
-
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
WebElementthis label is for or NULL if not for any
-
-