public class

PageNumber

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

Class Overview

Page number header data, that is held by a AnnotationListHeader.

Summary

Public Constructors
PageNumber(int page, String format)
Public Methods
int compareTo(PageNumber that)
boolean equals(Object o)
String getHeaderTitle()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pdftron.collab.ui.annotlist.model.list.item.AnnotationListHeader.HeaderData
From interface java.lang.Comparable

Public Constructors

public PageNumber (int page, String format)

Public Methods

public int compareTo (PageNumber that)

public boolean equals (Object o)

public String getHeaderTitle ()

public int hashCode ()