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

<stackLayout>要素は、子を垂直に配置するレイアウト要素です。

構文
<stackLayout>
   <contents><!-- indexed children --></contents>
   <separator></separator>
</stackLayout>

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

  • 説明

    <stackLayout>要素は、子を垂直に配置するレイアウト要素です。 隣り合う子は、オプションの子であるセパレータにより区切られます。


    <stackLayout>
      <separator>
        <spacer width="1" height="30"/>
      </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>
    </stackLayout>

    子要素

    説明 必須 組込み可能な数
    <contents>
    Beanの索引付けされた子。
    いいえ 1
    <separator>
    他の子の間にレンダリングされるコンテンツ。垂直方向の区切りとなります。
    いいえ 1