getPrevDocument (ViewNavigator - Java)

Returns the previous document entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getPrevDocument()
    throws NotesException

Return value

ViewEntry

The document entry preceding the current entry. Returns null if there is no previous document entry.

Usage

This method moves the current pointer to the retrieved entry unless the return value is null.

Example