Pdf Search View
Interface shared by the PdfSearchViewInline and the PdfSearchViewModular.
Inheritors
Functions
Link copied to clipboard
Clears the search input field as well as any previously collected search results. This will also cancel any currently running search operation. Implementations of PdfSearchView need to call Listener.onSearchCleared on the current listener.
Link copied to clipboard
Returns the value returned when callingView.isShown on the search view.
Link copied to clipboard
Inserts text in search input field and optionally starts search.
Link copied to clipboard
Sets a listener to be notified of search events on this view. May be null
to remove any previously set listener.