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

<tableLayout>要素はHTMLの<table>要素のThinラッパーです。一連の行レイアウト要素が含まれます。

構文
<tableLayout
    [ borderWidth="unsignedInt" ]
    [ cellPadding="unsignedInt" ]
    [ cellSpacing="unsignedInt" ]
    [ hAlign="string" ]
    [ summary="string" ]
    [ width="string" ]
>
   <contents> <!-- indexed children --> </contents>
</tableLayout>

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

  • 説明

    <tableLayout>要素はHTMLの<table>要素のThinラッパーです。一連の行レイアウト要素が含まれます。


    <tableLayout width="75%"
                 borderWidth="3"
                 cellSpacing="10"
                 hAlign="center">
      <contents>
        <rowLayout>
          <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>

    属性

    説明
    borderWidth 各セルの周りの境界線の幅。
    unsignedInt
    cellPadding セル内の間隔調整。
    unsignedInt
    cellSpacing セル間の間隔調整。
    unsignedInt
    hAlign 表の横の位置揃え。指定可能な値はcenter、left、right、startおよびendです。
    string
    summary ビジュアルでないメディアにレンダリングするユーザー・エージェント用の、表の用途および構造の要約。この属性は、(レイアウト表のかわりに)データ表を実装するためにこの要素が使用されている場合に、設定する必要があります。
    string
    width レイアウトのデフォルトの合計幅。
    string

    子要素

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