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

<attrValue>要素は、属性の値にアクセスするBoundValueです。

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

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

  • 説明

    <attrValue>要素は、属性の値にアクセスするBoundValueです。


    次の例では、値がEname属性に設定されたEmployeeNameというtextInputを表示します。

                <bc4j:rootAppModuleScope name="EmpAppModule" >
                 <contents>
                  <bc4j:viewObjectScope name="AllEmpsVO" >
                   <contents>
                    <textInput name="EmployeeName" >
                     <boundAttribute name="text" >
                      <bc4j:attrValue name="Ename" />
                     </boundAttribute>
                    </textInput>
                   </contents>
                  </bc4j:viewObjectScope>
                 </contents>
                </bc4j:rootAppModuleScope>

    属性

    説明
    name 属性名。  必須。
    string