<treeData>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
HGridのデータ。
構文 |
 |
<treeData></treeData>
注意:
data:で始まる属性は、実際には要素となります。data:は、その属性構文がデータ・バインディングせずに使用されることがないことを示しています。
説明 |
 |
HGridのデータ。
例 |
 |
<hGrid id="hg1">
<treeData text="Root" expandable="expanded">
<nodes text="Child 1"/>
<nodes text="Child 2" expandable="expanded">
<nodes text="SubChild 1"/>
<nodes text="SubChild 2"/>
</nodes>
<nodes text="Child 3"/>
</treeData>
</hGrid>
This document was generated on Wed Jul 07 19:22:02 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.