messageComponentLayoutコンポーネントを挿入するには、次のようにします。
「messageComponentLayout」ノードが、展開された親ノードに挿入され、強調表示されます。
注意: データ・バインディングを使用するには、「コンポーネント属性のデータ・バインディング」を参照してください。
メッセージ属性の詳細は、「メッセージ・フォーム・コンポーネントに対するメッセージ属性の設定」を参照してください。メッセージ・フォーム・コンポーネントの他の一般的な属性の詳細は、「メッセージ・フォーム・コンポーネントに対する一般属性の設定」を参照してください。
...
<messageComponentLayout rows="6" promptWidth="40%">
<contents>
<messageLayout 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>
</messageLayout>
<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>
...
messageComponentLayoutについて
メッセージ・フォーム・コンポーネントと属性について
メッセージ・フォーム・コンポーネントへの名前付きの子endの挿入
レイアウト・コンポーネントの使用
フォーム・コンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.