<tableData>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
構文 |
![]() |
<tableData > </tableData>
説明 |
![]() |
表のデータ。
例 |
![]() |
<table ...>
<tableData>
<row col1Key="cell 1,1" col2key="cell 1,2"/>
<row col1Key="cell 2,1" col2key="cell 2,2"/>
</tableData>
<contents>
<text data:text="col1key"/>
<text data:text="col2key"/>
</contents>
</table>