| java.lang.Object |
| ↳ |
ViewModel |
| |
↳ |
com.pdftron.collab.ui.annotlist.component.AnnotationListViewModel |
Class Overview
A ViewModel that contains data for the annotation list UI. Contains the
observable that will emit AnnotationListEvents from user UI interactions, which is usually
used by components, fragments, or activities to listen UI events.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
AnnotationListViewModel
()
Public Methods
public
getAnnotationListObservable
()
Returns
- the observable that emits user interaction events with the Annotation List UI