styledListとstyledItemを使用してリストを作成するには、次のようにします。
「styledList」ノードが、展開された親ノードに挿入され、強調表示されます。
「styledItem」ノードが挿入され、展開された「styledList」ノードで強調表示されます。
「link」ノードが、展開された「styledItem」ノードに挿入され、強調表示されます。
リストの項目が順番に縦に表示されます。順序の最初の項目の番号が0、2番目の項目が1のように番号が振られます。
注意: データ・バインディングの使用は、「コンポーネント属性のデータ・バインディング」を参照してください。
...
<pageLayout>
...
<styledList listStyle="decimal" selectedIndex="1">
<contents>
<styledItem >
<contents>
<link text="Link 1 Text" destination="http://www.oracle.com"/>
</contents>
</styledItem>
<styledItem>
<contents>
<link text="Link 2 Text" destination="http://www.oracle.com"/>
</contents>
</styledItem>
<styledItem>
<contents>
<link text="Link 3 Text" destination="http://www.oracle.com"/>
</contents>
</styledItem>
</contents>
</styledList>
...
<!-- REST OF PAGE LAYOUT -->
<pageLayout>
...
styledListとstyledItemについて
bulletedListについて
styledListおよびlabelを使用した階層リストの作成
styledListの索引付けされた子の間への垂直間隔の挿入
レイアウト・コンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.