<tableData>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
表のデータ。
構文 |
 |
<tableData></tableData>
注意:
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>
This document was generated on Wed Jul 07 19:22:01 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.