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

表のデータ。

構文
<tableData>
</tableData>

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

  • 説明

    表のデータ。


    <table ...>
     <tableData>
      <row col1Key="cell 1,1" col2key="cell 1,2"/>
      <row col1Key="cell 2,1" col2key="cell 2,2"/>
     </tableData>
     <contents>
      <text text="${uix.current.col1key}"/>
      <text text="${uix.current.col2key}"/>
     </contents>
    </table>