public class

RedactionViewModel

extends AndroidViewModel
java.lang.Object
   ↳ AndroidViewModel
     ↳ com.pdftron.pdf.viewmodel.RedactionViewModel

Summary

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

Public Constructors

public RedactionViewModel (Application application)

Public Methods

public final getObservable ()

public void onRedactByPage (ArrayList<Integer> pages)

public void onRedactBySearch (ArrayList<Pair<Integer, ArrayList<Double>>> searchResults)

public void onRedactBySearchCloseClicked ()

public void onRedactBySearchItemClicked (TextSearchResult result)

public void onRedactBySearchOpenSheet ()