gotoPos (ViewNavigator - Java)

Moves the current pointer to the entry at a specified position in a view navigator.

Defined in

ViewNavigator

Syntax

public boolean gotoPos(String pos, char separator)
    throws NotesException

Parameters

String pos

A position in decimal format, for example, "1.2.3" is the third child to the second child to the first entry using the period as a level separator.

char separator

The separator between position levels.

Return value

boolean
  • true if the operation succeeds
  • false if there is no entry at that position