<rowSetIteratorProperty>要素
ネームスペース:  http://xmlns.oracle.com/uix/bc4j
派生元:  <ui:boundValue>要素
グループ:  UIX Components
要素の型:  BoundValue

<rowSetIteratorProperty>要素は、現在スコープ内にある行セット・イテレータのプロパティにアクセスするBoundValueです。

構文
<rowSetIteratorProperty
      name="string"
>
</rowSetIteratorProperty>

注意: 
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    <rowSetIteratorProperty>要素は、現在スコープ内にある行セット・イテレータのプロパティにアクセスするBoundValueです。


    次の例では、CurrentDeptEmpsRSIという行セット・イテレータにおける範囲の開始点を、navigationBarの行索引開始位置として設定します。

                <bc4j:rowSetIteratorScope name="CurrentDeptEmpsRSI" >
                 <contents>
                  <navigationBar>
                   <boundAttribute name="value">
                    <bc4j:rowSetIteratorProperty name="rangeStart"/>
                   </boundAttribute>
                  </navigationBar>
                 </contents>
                </bc4j:rowSetIteratorScope>

    属性

    説明
    name プロパティ名。必須。
    string