public class

DayDate

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

Class Overview

Date header data, that is held by a AnnotationListHeader. Will display the date if the date is not today, otherwise shows "Today"

Summary

Public Constructors
DayDate(Date date, AnnotationListDateFormat dateFormat)
Public Methods
int compareTo(DayDate that)
boolean equals(Object o)
String getHeaderTitle()
int hashCode()
String toString()
[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 DayDate (Date date, AnnotationListDateFormat dateFormat)

Public Methods

public int compareTo (DayDate that)

public boolean equals (Object o)

public String getHeaderTitle ()

public int hashCode ()

public String toString ()