<messageRadioSet>要素 |
 |
<messageRadioSet>要素は、BC4Jデータ・プロバイダへの単純化したデータ・バインディングを使用して、UIXのmessageRadioSetコンポーネントへのインタフェースを定義します。
構文 |
 |
<messageRadioSet></messageRadioSet>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<messageRadioSet>要素は、BC4Jデータ・プロバイダへの単純化したデータ・バインディングを使用して、UIXのmessageRadioSetコンポーネントへのインタフェースを定義します。 選択はBC4Jによって決定され、messageRadioSet自体の選択属性は無視されます。
例 |
 |
<bc4j:rootAppModuleScope name="EmpAppModule" >
<contents>
<bc4j:viewObjectScope name="AllEmpsVO" >
<contents>
<bc4j:messageRadioSet prompt="Pick Employee" attrName="Empno"
messageType="info"
message="This is the EOM">
<contents>
<option text="John" value="48436" />
<option text="Gabe" value="94629" />
<option text="Nadia" value="49309" />
</contents>
</bc4j:messageRadioSet>
</contents>
</bc4j:viewObjectScope>
</contents>
</bc4j:rootAppModuleScope>
属性 |
 |
|
説明 |
型 |
attrName |
attrName属性は、アクセスする属性情報を識別します。 この値を省略した場合、現在のattrScopeが使用されます。 |
string |
|