Class SelectManyCheckbox

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

    public abstract class SelectManyCheckbox
    extends AbstractComponent
    Component wrapper for the PrimeFaces p:selectManyCheckbox.
    • Constructor Detail

      • SelectManyCheckbox

        public SelectManyCheckbox()
    • Method Detail

      • getCheckboxes

        public List<org.openqa.selenium.WebElement> getCheckboxes()
      • toggle

        public void toggle​(int... indexes)
      • toggleAll

        public void toggleAll()
      • select

        public void select​(int... indexes)
      • selectAll

        public void selectAll()
      • deselect

        public void deselect​(int... indexes)
      • deselectAll

        public void deselectAll()
      • getItemsSize

        public int getItemsSize()
      • getLabel

        public String getLabel​(int index)
      • isSelected

        public boolean isSelected​(int index)