public class

AnnotationListContent

extends AnnotationDialogFragment.AnnotationInfo
implements AnnotationListItem
java.lang.Object
   ↳ com.pdftron.pdf.controls.AnnotationDialogFragment.AnnotationInfo
     ↳ com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListContent

Class Overview

Immutable data class representing an annotation item displayed in the annotation list.

Summary

[Expand]
Inherited Constants
From interface com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListItem
Public Constructors
AnnotationListContent(String id, int type, int pageNum, String content, String author, Date creationDate, Annot annotation, double y2, String lastReplyComment, Date lastReplyDate, String lastReplyAuthor, int color, float opacity, int unreadCount, AnnotReviewState reviewState)
Public Methods
int getColor()
Date getCreationDate()
String getId()
String getLastReplyAuthor()
String getLastReplyComment()
Date getLastReplyDate()
float getOpacity()
AnnotReviewState getReviewState()
int getUnreadCount()
boolean isHeader()
[Expand]
Inherited Methods
From class com.pdftron.pdf.controls.AnnotationDialogFragment.AnnotationInfo
From class java.lang.Object
From interface com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListItem

Public Constructors

public AnnotationListContent (String id, int type, int pageNum, String content, String author, Date creationDate, Annot annotation, double y2, String lastReplyComment, Date lastReplyDate, String lastReplyAuthor, int color, float opacity, int unreadCount, AnnotReviewState reviewState)

Public Methods

public int getColor ()

public Date getCreationDate ()

public String getId ()

public String getLastReplyAuthor ()

public String getLastReplyComment ()

public Date getLastReplyDate ()

public float getOpacity ()

public AnnotReviewState getReviewState ()

public int getUnreadCount ()

public boolean isHeader ()