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

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

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

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

  • 説明

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


    次の例では、CurrentDeptEmpsRSという行セットにおいて見積られた総行数を、navigationBarの上限に設定します。

                <bc4j:rowSetScope name="CurrentDeptEmpsRS" >
                 <contents>
                  <navigationBar>
                   <boundAttribute name="maxValue">
                    <bc4j:rowSetProperty name="estimatedRowCount"/>
                   </boundAttribute>
                  </navigationBar>
                 </contents>
                </bc4j:rowSetScope>

    属性

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