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

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

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

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

  • 説明

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


    次の例では、CurrentEmp行のキーを表示します。

                <bc4j:rowScope name="CurrentEmp" >
                 <contents>
                  <text>
                   <boundAttribute name="text">
                    <bc4j:rowProperty name="key"/>
                   </boundAttribute>
                  </text>
                 </contents>
                </bc4j:rowScope>

    属性

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