<exampleRow>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/bc4j |
構文 |
![]() |
<exampleRow
[ ignoreCase="boolean"
] > <!-- The following child can be anything derived from the given element --> <exampleAttribute></exampleAttribute> </exampleRow>
説明 |
![]() |
例となる行。
例 |
![]() |
次の例では、1000より大きい値を持つEmpno属性の行を検索します。
<ctrl:handlers>
<ctrl:event name="..." >
<bc4j:findRootAppModule name="EmpAppModule" >
<bc4j:findViewObject name="AllEmpsVO" >
<bc4j:findByExample>
<bc4j:exampleRow>
<bc4j:exampleAttribute name="Empno"
value=">1000" />
</bc4j:exampleRow>
</bc4j:findByExample>
</bc4j:findViewObject>
</bc4j:findRootAppModule>
</ctrl:event>
</ctrl:handlers>
子要素 |
![]() |
|