Interface ISearchStrategy

    • Field Detail

      • SKIP_SEARCH_RESULT_LABEL

        static final String SKIP_SEARCH_RESULT_LABEL
        Label that can be added to cells to avoid that they are included in the search result. Helpful for example if columns that show checkboxes should be excluded from searching.
        Since:
        1.6
        See Also:
        Constant Field Values
    • Method Detail

      • executeSearch

        PositionCoordinate executeSearch​(Object valueToMatch)
        Search for the given value and return the coordinates of the matching cell.
        Parameters:
        valueToMatch - The value to search for.
        Returns:
        The coordinates of the cell that contains the given value.