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

<appModuleProperty>要素は、現在スコープ内にあるアプリケーション・モジュールのプロパティにアクセスするBoundValueです。

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

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

  • 説明

    <appModuleProperty>要素は、現在スコープ内にあるアプリケーション・モジュールのプロパティにアクセスするBoundValueです。


    次の例では、EmpAppModuleというルート・アプリケーション・モジュールの完全定義名を表示します。

                <bc4j:rootAppModuleScope name="EmpAppModule" >
                 <contents>
                  <text>
                   <boundAttribute name="text">
                    <bc4j:appModuleProperty name="defFullName"/>
                   </boundAttribute>
                  </text>
                 </contents>
                </bc4j:rootAppModuleScope>

    属性

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