JAVA/CORBA クラス


getNext メソッド

ビューナビゲータの現在のエントリまたは指定したエントリの次のエントリを返します。

定義が行われるクラス
ViewNavigator

構文
public ViewEntry getNext()
throws NotesException

public ViewEntry getNext(ViewEntry entry)
throws NotesException

パラメータ
ViewEntry entry


戻り値
ViewEntry
使用法
このメソッドは、戻り値が null でない限り、現在のポインタを取得されたエントリに移動します。

クロスリファレンス
LotusScript NotesViewNavigator クラスの GetNext メソッド


関連項目