gotoPrevCategory (ViewNavigator - Java)

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

Defined in

ViewNavigator

Syntax

public boolean gotoPrevCategory()
    throws NotesException

Return value

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

Example