<styledItem>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:base>要素 |
グループ: |
UIX Components |
要素の型: |
UINode |
styledItemは、styledList内の項目です。この項目は、各項目の隣に黒丸、円、正方形、小文字、大文字または数字をレンダリングします。このBeanは、エージェントのタイプがPDA、携帯電話、音声の場合にはサポートされません。
構文 |
 |
<styledItem> </styledItem>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
styledItemは、styledList内の項目です。この項目は、各項目の隣に黒丸、円、正方形、小文字、大文字または数字をレンダリングします。
styledItemがサポートしている属性は、selectedの1つのみです。
例 |
 |
<styledList >
<separator>
<spacer height="10"/>
</separator>
<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>
<styledList listStyle="decimal">
<label>
<styledItem >
<contents>
<link text="Link 3 Text"
destination="http://www.oracle.com"/>
</contents>
</styledItem>
</label>
<contents>
<styledItem>
<contents>
<link text="Link 3-1 Text"
destination="http://www.oracle.com"/>
</contents>
</styledItem>
<styledItem>
<contents>
<link text="Link 3-2 Text"
destination="http://www.oracle.com"/>
</contents>
</styledItem>
</contents>
</styledList>
<styledItem>
<contents>
<link text="Link 4 Text"
destination="http://www.oracle.com"/>
</contents>
</styledItem>
</contents>
</styledList>
属性 |
 |
|
説明 |
型 |
selected |
この項目が選択されているかどうか。 |
boolean |
|
子要素 |
 |
This document was generated on Wed Jul 07 19:21:59 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.