| java.lang.Object | ||
| ↳ | AndroidViewModel | |
| ↳ | com.pdftron.pdf.viewmodel.RedactionViewModel | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RedactionViewModel(Application application) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
final
|
getObservable() | ||||||||||
| void | onRedactByPage(ArrayList<Integer> pages) | ||||||||||
| void | onRedactBySearch(ArrayList<Pair<Integer, ArrayList<Double>>> searchResults) | ||||||||||
| void | onRedactBySearchCloseClicked() | ||||||||||
| void | onRedactBySearchItemClicked(TextSearchResult result) | ||||||||||
| void | onRedactBySearchOpenSheet() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||