<exampleAttribute>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/bc4j |
構文 |
![]() |
<exampleAttribute
[ comparison="bc4j:comparisonSimpleType"
]
[ name="string"
]
[ value="string"
] >
<comparisonBinding> </comparisonBinding>
<nameBinding> </nameBinding>
<valueBinding> </valueBinding>
</exampleAttribute>
説明 |
![]() |
<exampleAttribute>要素は、例となる属性です。
例 |
![]() |
次の例では、SMITHという値を持つEname属性の行を検索します。
<ctrl:handlers>
<ctrl:event name="..." >
<bc4j:findRootAppModule name="EmpAppModule" >
<bc4j:findViewObject name="AllEmpsVO" >
<bc4j:findByExample>
<bc4j:exampleRow>
<bc4j:exampleAttribute name="Ename"
value="SMITH"
comparison="equals" />
</bc4j:exampleRow>
</bc4j:findByExample>
</bc4j:findViewObject>
</bc4j:findRootAppModule>
</ctrl:event>
</ctrl:handlers>
属性 |
![]() |
|
子要素 |
![]() |
|