JAVA/CORBA CLASSES


getNextCategory method
Example

Returns the next category entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getNextCategory()
   throws NotesException

Return value

ViewEntry


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.

Language cross-reference

GetNextCategory method in LotusScript NotesViewNavigator class

NavigateNextMain @command in formula language

NavNextMain @command in formula language

Example
See Also