<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 text="${uix.current.col1key}"/>
<text text="${uix.current.col2key}"/>
</contents>
</table>