Class SelectManyMenu

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

    public abstract class SelectManyMenu
    extends AbstractInputComponent
    Component wrapper for the PrimeFaces p:selectOneMenu.
    • Constructor Detail

      • SelectManyMenu

        public SelectManyMenu()
    • Method Detail

      • deselect

        public void deselect​(String label)
      • select

        public void select​(String label,
                           boolean withMetaKey)
      • toggleSelection

        public void toggleSelection​(String label,
                                    boolean withMetaKey)
      • isSelected

        public boolean isSelected​(String label)
      • isSelected

        public boolean isSelected​(int index)
      • getLabel

        public String getLabel​(int index)
      • getSelectedLabels

        public List<String> getSelectedLabels()
      • getSelectlistbox

        public org.openqa.selenium.WebElement getSelectlistbox()
      • getFilterInput

        public org.openqa.selenium.WebElement getFilterInput()