名前付きの子tableActionsを使用するには、次のようにします。
名前付きの子tableActionsは、行の選択に依存しない表でアクションを実行するコンポーネントを挿入する際に使用します。挿入された子コンポーネントは、列ヘッダーの上部に表示されます。挿入に適した子コンポーネントは、button、messageChoice、pageButtonbarまたはsubmitButtonです。
...
<tableActions>
<messageChoice prompt="Prompt 1" name="messageChoice1">
<contents>
<option text="option 2"/>
<option text="option 3"/>
</contents>
<end>
<button text="Copy"/>
</end>
</messageChoice>
</tableActions>
...
tableとその名前付きの子について
hGridとその名前付きの子について
Copyright © 1997, 2004, Oracle. All rights reserved.