Pdf Search View Lazy
Lazy implementation of the PdfSearchView interface. Initializes once shown or made visible.
Override createSearchView to return different search implementation.
Types
Link copied to clipboard
interface OnViewReadyListener
Listener notified once the lazy view is initialized.
Functions
Link copied to clipboard
Register a
listener
that would like to receive visibility change events.Link copied to clipboard
Called by the activity when the view should unbind the previously set document.
Link copied to clipboard
Clears the search input field as well as any previously collected search results.
Link copied to clipboard
Factory method called when the search view is being prepared for display.
Link copied to clipboard
Returns the current type of this view.
Link copied to clipboard
Config options for search
Link copied to clipboard
Returns the active search view (if initialized).
Link copied to clipboard
Called when the activity needs to know the visibility of this view.
Link copied to clipboard
Called when user scrolled to a new page.
Link copied to clipboard
Prepares the lazy initialized search view for display.
Link copied to clipboard
Unregister a previously registered
listener
that no longer wants to receive visibility change events.Link copied to clipboard
Called when the
document
has been loaded and is going to be displayed.Link copied to clipboard
Inserts text in search input field and optionally starts search.
Link copied to clipboard
Sets listener that will get notified once the lazy view is ready.
Link copied to clipboard
Config options for search
Link copied to clipboard
Sets a listener to be notified of search events on this view.
Link copied to clipboard