gotoPrevDocument (ViewNavigator - Java)

Moves the current pointer to the previous document entry in a view navigator.

Defined in

ViewNavigator

Syntax

public boolean gotoPrevDocument()
    throws NotesException

Return value

boolean
  • true if the operation succeeds
  • false if there is no previous document entry

Example