getCurrent (ViewNavigator - Java)

Returns the current entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getCurrent()
    throws NotesException

Return value

ViewEntry

The current entry. Returns null if the navigator is empty.

Example