Class SelectBooleanButton
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.base.AbstractInputComponent
-
- org.primefaces.selenium.component.base.AbstractToggleComponent
-
- org.primefaces.selenium.component.SelectBooleanButton
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
public abstract class SelectBooleanButton extends AbstractToggleComponent
Component wrapper for the PrimeFacesp:selectBooleanButton.
-
-
Constructor Summary
Constructors Constructor Description SelectBooleanButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Gets the current label on the button.-
Methods inherited from class org.primefaces.selenium.component.base.AbstractToggleComponent
check, click, getInput, getValue, isOnChangeAjaxified, isSelected, setValue, toggle, uncheck
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractInputComponent
clear, copyToClipboard, disable, enable, getAssignedLabel, getAssignedLabelText, isEnabled, isOnchangeAjaxified, pasteFromClipboard, selectAllText
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
-
-
-
Method Detail
-
getLabel
public String getLabel()
Gets the current label on the button.- Returns:
- the label text of the button
-
-