public class

AnnotationListHeader

extends Object
implements AnnotationListItem
java.lang.Object
   ↳ com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListHeader<T extends com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListHeader.HeaderData>

Class Overview

Immutable data class representing a list header item displayed in the annotation list.

Summary

Nested Classes
interface AnnotationListHeader.HeaderData  
[Expand]
Inherited Constants
From interface com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListItem
Public Constructors
AnnotationListHeader(T headerKey)
Public Methods
T getHeaderKey()
String getHeaderString()
boolean isHeader()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListItem

Public Constructors

public AnnotationListHeader (T headerKey)

Public Methods

public T getHeaderKey ()

public String getHeaderString ()

public boolean isHeader ()