<messageComponentLayout>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:base>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<messageComponentLayout
[ columns="unsignedInt" ]
[ fieldWidth="string" ]
[ promptWidth="string" ]
[ rows="unsignedInt" ]
[ width="string" ] > <contents><!-- indexed children --></contents> </messageComponentLayout>
説明 |
![]() |
<messageComponentLayout>要素は、メッセージBeanを配置してプロンプトおよびフィールドを並べます。 このBeanの子は、メッセージの構成要素のみです。 このBeanでrows属性を使用すると、複数の列を配置できます。 子は下に配置され、次に横に配置されます。 <messageComponentLayout>要素では、次の属性がサポートされています。
messageComponentLayoutの属性および子
例 |
![]() |
<messageComponentLayout rows="6" promptWidth="40%">
<contents>
<inlineMessage prompt="Attribute">
<contents>
<stackLayout>
<contents>
<flowLayout>
<contents>
<radioButton name="foo"/>
<messagePrompt prompt="First"/>
<textInput/>
</contents>
</flowLayout>
<flowLayout>
<contents>
<radioButton name="foo"/>
<messagePrompt prompt="Second"/>
<textInput/>
</contents>
</flowLayout>
</contents>
</stackLayout>
</contents>
</inlineMessage>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
</contents>
</messageComponentLayout>
属性 |
![]() |
子要素 |
![]() |
|