JAVA/CORBA クラス


gotoChild メソッド
ビューナビゲータ内の現在のエントリまたは指定されたエントリの最初の子エントリに、現在のポインタを移動します。

定義が行われるクラス
ViewNavigator

構文
public boolean gotoChild()
throws NotesException

public boolean gotoChild(ViewEntry entry)
throws NotesException

パラメータ
ViewEntry entry


戻り値
boolean 使用法
カテゴリエントリの子エントリは、カテゴリエントリまたは文書エントリです。

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

関連項目