JAVA/CORBA クラス


getPrev メソッド

ビューナビゲータ内の現在のエントリまたは指定されたエントリの 1 つ前のエントリを返します。

定義が行われるクラス
ViewNavigator

構文
public ViewEntry getPrev()
throws NotesException

public ViewEntry getPrev(ViewEntry entry)
throws NotesException

パラメータ
ViewEntry entry


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

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


関連項目