<spacer>要素
ネームスペース:  http://xmlns.oracle.com/uix/ui
派生元:  <ui:base>要素
グループ:  UIX Components
要素の型:  UINode

<spacer>要素は、HTMLレイアウトで一定の空白領域を提供します。

構文
<spacer
    [ height="string" ]
    [ width="string" ]
>
   <contents> <!-- indexed children --> </contents>
</spacer>

注意: 
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    <spacer>要素は、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>

    属性

    説明
    height スペース項目の高さ。
    string
    width スペース項目の幅。
    string

    子要素

    説明 必須 組込み可能な数
    <contents> Beanの索引付けされた子。 いいえ 1