<messageList>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/bc4j |
派生元: |
<ui:messageList>要素 |
グループ: |
UIX Components |
要素の型: |
UINode |
<messageList>要素は、BC4Jデータ・プロバイダへの単純化したデータ・バインドを使用して、UIXのmessageListコンポーネントへのインタフェースを定義します。
構文 |
 |
<messageList >
</messageList>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<messageList>要素は、BC4Jデータ・プロバイダへの単純化したデータ・バインドを使用して、UIXのmessageListコンポーネントへのインタフェースを定義します。
例 |
 |
<bc4j:rootAppModuleScope name="EmpAppModule" >
<contents>
<bc4j:viewObjectScope name="AllEmpsVO" >
<contents>
<bc4j:messageList name="empno" attrName="Empno"
prompt="Pick Employee"
messageType="warning"
message="Operation is not reversible">
<contents>
<option text="John" value="43263" />
<option text="Gabe" value="24874" />
<option text="Nadia" value="25805" />
</contents>
</bc4j:messageList>
</contents>
</bc4j:viewObjectScope>
</contents>
</bc4j:rootAppModuleScope>
属性 |
 |
|
説明 |
型 |
attrName |
attrName属性は、アクセスする属性情報を識別します。この値を省略した場合、現在のattrScopeが使用されます。 |
string |
|