gotoNextCategory (ViewNavigator - Java)

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

Defined in

ViewNavigator

Syntax

public boolean gotoNextCategory()
    throws NotesException

Return value

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

Example