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

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

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

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

  • 説明

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


    次の例では、Empnoという属性の格納に使用されているデータベース列名を表示します。

                <bc4j:rootAppModuleScope name="EmpAppModule" >
                 <contents>
                  <bc4j:viewObjectScope name="AllEmpsVO" >
                   <contents>
                    <bc4j:attrDefScope name="Empno" >
                     <contents>
                      <button>
                       <boundAttribute name="text">
                         <bc4j:attrDefProperty name="columnName"/>
                       </boundAttribute>
                      </button>
                     </contents>
                    </bc4j:attrDefScope>
                   </contents>
                  </bc4j:viewObjectScope>
                 </contents>
                </bc4j:rootAppModuleScope>

    属性

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