java.lang.Object | ||||
↳ | DialogFragment | |||
↳ | com.pdftron.pdf.controls.NavigationListDialogFragment | |||
↳ | com.pdftron.pdf.controls.AnnotationDialogFragment | |||
↳ | com.pdftron.collab.ui.annotlist.CollabAnnotationListFragment |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.controls.AnnotationDialogFragment
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CollabAnnotationListFragment() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Bundle |
newBundle(String documentId, boolean isReadOnly, boolean isRtl, CollabAnnotationListSortOrder annotationListSortOrder)
Creates a bundle containing arguments for
AnnotationDialogFragment | ||||||||||
static Bundle |
newBundle(String documentId)
Creates a bundle containing arguments for
AnnotationDialogFragment | ||||||||||
static CollabAnnotationListFragment | newInstance() | ||||||||||
void | onCreate(Bundle savedInstanceState) | ||||||||||
View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
void | onDestroyView() | ||||||||||
boolean | onOptionsItemSelected(MenuItem item) | ||||||||||
void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
void | prepareOptionsMenu(Menu menu) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.controls.AnnotationDialogFragment
| |||||||||||
From class com.pdftron.pdf.controls.NavigationListDialogFragment | |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.pdf.dialog.BookmarksDialogFragment.IBookmarksDialogSearchView
|
Creates a bundle containing arguments for AnnotationDialogFragment
documentId | unique identifier for the collaborative document |
---|---|
isReadOnly | true if the annotation list should be read only (default false) |
isRtl | true if the the annotations are displayed right-to-left (default false) |
annotationListSortOrder | sorting order of the annotations |
AnnotationDialogFragment
Creates a bundle containing arguments for AnnotationDialogFragment
documentId | unique identifier for the collaborative document |
---|
AnnotationDialogFragment