<exampleRow>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/bc4j |
例となる行。
構文 |
 |
<exampleRow> <!-- The following child can be anything derived from the given element -->
</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>
属性 |
 |
|
説明 |
型 |
ignoreCase |
このexampleRowで、大/小文字の区別を無視するかどうかを指定します。 |
boolean |
|
子要素 |
 |