Interface SingleSelect

    • Method Detail

      • findElementsByLabel

        java.util.List<SingleSelectOption> findElementsByLabel​(java.lang.String label)
        Returns all elements which have the given label.
        Parameters:
        label - the label for finding the elements
        Returns:
        all elements which have the given label.
        Since:
        3.0.0
      • findFirstElementByLabel

        SingleSelectOption findFirstElementByLabel​(java.lang.String label)
        Returns the first element which has the given label
        Parameters:
        label - the label for selecting the element
        Returns:
        all elements which have the given label, cannot be null
        Throws:
        java.util.NoSuchElementException - thrown if no element has the given label
        Since:
        3.0.0