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

HGridのデータ。

構文
<treeData>
</treeData>

注意:
  • この要素は<hGrid>要素内で使用されます。
  • 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>