getNextCategory (ViewNavigator - Java)

Returns the next category entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getNextCategory()
    throws NotesException

Return value

ViewEntry

The category entry following the current entry. Returns null if there is no next category entry.

Usage

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

For purposes of navigation, total entries are considered category entries. This method can return either.

Example