<flowLayout>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:base>要素 |
グループ: |
UIX Components |
要素の型: |
UINode |
FlowLayoutコントロールは、子を水平に配置するレイアウト要素です。
構文 |
 |
<flowLayout> </flowLayout>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
FlowLayoutコントロールは、子を水平に配置し、必要に応じて折り返すレイアウト要素です。隣り合う子は、オプションの子であるセパレータにより区切られます。
注意: FlowLayoutは空白の有無を区別します。要素間の空白を無視する大部分のコンポーネントと異なり、FlowLayoutはその空白を保持します。そのため、表示される子セパレータのインスタンスが不適切に見える場合があります。
例 |
 |
<flowLayout>
<separator>
<spacer width="10" height="1"/>
</separator>
<contents>
<link text="oracle1"
destination="http://www.oracle.com"/>
Text1
<link text="oracle2"
destination="http://www.oracle.com"/>
Text2
<link text="oracle3"
destination="http://www.oracle.com"/>
</contents>
</flowLayout>
子要素 |
 |
This document was generated on Wed Jul 07 19:21:58 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.