<rowSetIteratorDef>要素
ネームスペース: http://xmlns.oracle.com/uix/bc4j
派生元: <bc4j:baseRowSetIteratorDef>要素
グループ: UIX BC4J

<rowSetIteratorDef>要素は、含まれる行セット・イテレータの定義です。

構文
<rowSetIteratorDef
    [ autoCreate="boolean" ]
>
</rowSetIteratorDef>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。
  • この要素は<baseRowSetDef>要素内で使用されます。

  • 説明

    <rowSetIteratorDef>要素は、含まれる行セット・イテレータの定義です。


    次の例では、CurrentDeptEmpsRSという行セットに含まれるCurrentDeptEmpsRSIという行セット・イテレータを定義します。

                      <bc4j:registryDef>
                        <bc4j:rowSetDef name="CurrentDeptEmpsRS" >
                          <bc4j:rowSetIteratorDef name="CurrentDeptEmpsRSI"
                            <-- child definitions -->
                          </bc4j:rowSetIteratorDef>
                        </bc4j:rowSetDef>
                      </bc4j:registryDef>

    属性

    説明
    autoCreate この行セット・イテレータが見つからない場合は、自動的に作成されることを示します。
    boolean