<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>

属性

説明
ignoreCase このexampleRowで、大/小文字の区別を無視するかどうかを指定します。
boolean

子要素

説明 必須 組込み可能な数
<exampleAttribute>
例となる属性。
はい 無限