| java.lang.Object | ||
| ↳ | DialogFragment | |
| ↳ | com.pdftron.pdf.dialog.redaction.SearchRedactionDialogFragment | |
Used for mark redaction annotation with search result.
A PDFViewCtrl must be supplied.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SearchRedactionDialogFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static SearchRedactionDialogFragment | newInstance() | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void |
onFullTextSearchStart()
Called when full text search has started.
| ||||||||||
| boolean | onMenuItemClick(MenuItem item) | ||||||||||
| void |
onRedactionSearchStart()
Called when a new search has started.
| ||||||||||
| void |
onSearchResultClicked(TextSearchResult result)
Called when an item from the full document text search has been clicked.
| ||||||||||
| void |
onSearchResultFound(TextSearchResult result)
Called when a text search result has been found.
| ||||||||||
| void | setPdfViewCtrl(PDFViewCtrl pdfViewCtrl) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.pdf.controls.SearchResultsView.SearchResultsListener
| |||||||||||
From interface
com.pdftron.pdf.widget.redaction.RedactionSearchResultsView.RedactionSearchResultsListener
| |||||||||||
Called when full text search has started.
Called when a new search has started.
Called when an item from the full document text search has been clicked.
| result | The text search result |
|---|
Called when a text search result has been found.
| result | The text search result |
|---|