JAVA/CORBA CLASSES


getChild method
Example

Returns the first child of an entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getChild()
   throws NotesException

public ViewEntry getChild(ViewEntry entry)
   throws NotesException

Parameters

ViewEntry entry


Return value

ViewEntry


Usage

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

A child of a category entry can be a category or document entry.

Language cross-reference

GetChild method in LotusScript NotesViewNavigator class

Example
See Also