<spacer>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:base>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<spacer [ height="string" ] [ width="string" ] > <contents><!-- indexed children --></contents> </spacer>
説明 |
![]() |
SpacerBeanは、HTMLレイアウトで一定の空白領域を提供します。
例 |
![]() |
<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>
子要素 |
![]() |
|
Copyright © 2001, 2004, Oracle.All rights reserved.