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

<ordProperty>要素は、現在スコープ内にあるinterMedia属性のurl、width、heightおよびcontentTypeの各プロパティにアクセスするBoundValueです。

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

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

  • 説明

    <ordProperty>要素は、現在スコープ内にあるinterMedia属性のurl、width、heightおよびcontentTypeの各プロパティにアクセスするBoundValueです。


    次の例では、interMediaイメージを表示します。

                <bc4j:rootAppModuleScope name="EmpAppModule" >
                 <contents>
                  <bc4j:viewObjectScope name="AllEmpsVO" >
                   <contents>
                    <bc4j:attrScope name="EmpPic" >
                     <contents>
                      <image>
                       <boundAttribute name="source">
                        <bc4j:ordProperty name="url" />
                       </boundAttribute>
                      </image>
                     </contents>
                    </bc4j:attrScope>
                   </contents>
                  </bc4j:viewObjectScope>
                 </contents>
                </bc4j:rootAppModuleScope>

    属性

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