<rowLayout>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:base>要素 |
グループ: |
UIX Components |
要素の型: |
UINode |
<rowLayout>要素は、単独で使用することも、TableLayoutBeanの行を定義するために使用することもできます。
構文 |
 |
<rowLayout > </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 Servlet"/>
</contents>
</cellFormat>
</contents>
</rowLayout>
</contents>
</tableLayout>
属性 |
 |
|
説明 |
型 |
hAlign |
この行に置かれるセルのデフォルトの横の位置揃え。 指定可能な値はcenter、left、right、startおよびendです。 |
ui:hAlignType |
vAlign |
この行に置かれるセルのデフォルトの縦の位置揃え。 指定可能な値はmiddle、topおよびbottomです。 |
ui:vAlignType |
width |
レイアウトのデフォルトの合計幅。 この属性は、行レイアウトが表レイアウト内にある場合は無視されます。 |
string |
|
子要素 |
 |