JAVA/CORBA CLASSES


gotoEntry method
Example

Moves the current pointer to a specified document or view entry.

Defined in

ViewNavigator

Syntax

public boolean gotoEntry(Object entry)
   throws NotesException

Parameters

Object entry


Return value

boolean

Usage

The Document or ViewEntry object provided as the parameter does not have to come from the current view navigator. The gotoEntry method searches for the existence of the entry in the current view navigator.

Language cross-reference

GotoEntry method in LotusScript NotesViewNavigator class

Example
See Also