<tableSelection>要素
ネームスペース:  http://xmlns.oracle.com/uix/ui

表での選択を有効にする機能のためのノード。

構文
<tableSelection >
     <!-- The following child can be anything derived from the given element -->
   <singleSelection> </singleSelection>
     <!-- The following child can be anything derived from the given element -->
   <multipleSelection> </multipleSelection>
</tableSelection>

注意: 
  • この要素は<table>要素内で使用されます。
  • data:で始まる属性は、実際には要素となります。data:は、その属性構文がデータ・バインドせずに使用されることがないことを示しています。

  • 説明

    表によりレンダリングされるSingleSelectionBeanまたはMultipleSelectionBean。


                        <table ...>
                        <tableSelection>
                        <singleSelection/>
                        </tableSelection>
                        ...
                        </table>

    子要素

    説明 必須 組込み可能な数
    <singleSelection> 1行を選択する表に使用されます。 いいえ 1
    <multipleSelection> 複数行を選択する表に使用されます。 いいえ 1