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

<rowLayout>要素は、単独で使用することも、TableLayoutBeanの行を定義するために使用することもできます。

構文
<rowLayout
    [ hAlign="string" ]
    [ vAlign="string" ]
    [ width="string" ]
>
   <contents> <!-- indexed children --> </contents>
</rowLayout>

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

  • 説明

    <rowLayout>要素は、単独で使用することも、TableLayoutBeanの行を定義するために使用することもできます。任意のコンテンツをセル当たりに1つ含めることができますが、簡単な<td>要素以上の書式設定が必要なクライアントは、子ノードをセルの書式オブジェクト内にラップする必要があります。


    <tableLayout width="75%"
                 borderWidth="3"
                 cellSpacing="10"
                 hAlign="center">
      <contents>
        <rowLayout hAlign="right">
          <contents>
            First Column
    
            <cellFormat vAlign="bottom">
              <contents>
                SecondColumn
              </contents>
            </cellFormat>
    
            <flowLayout>
              <contents>
                Third Column
                <spacer height="100" width="1"/>
              </contents>
            </flowLayout>
    
          </contents>
        </rowLayout>
    
        <rowLayout>
          <contents>
    
            <header text="UIX Components"/>
    
            <cellFormat columnSpan="2">
              <contents>
                <header text="UIX Controller"/>
              </contents>
            </cellFormat>
    
          </contents>
        </rowLayout>
      </contents>
    </tableLayout>

    属性

    説明
    hAlign この行に置かれるセルのデフォルトの横の位置揃え。指定可能な値はcenter、left、right、startおよびendです。
    string
    vAlign この行に置かれるセルのデフォルトの縦の位置揃え。指定可能な値はmiddle、topおよびbottomです。
    string
    width レイアウトのデフォルトの合計幅。この属性は、行レイアウトが表レイアウト内にある場合は無視されます。
    string

    子要素

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