<contextProperty>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:boundValue>要素 |
グループ: |
UIX Components |
要素の型: |
BoundValue |
<contextProperty>要素は、RenderingContextプロパティへのバインディングを定義します。
構文 |
 |
<contextProperty></contextProperty>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<contextProperty>要素は、RenderingContextプロパティへのバインディングを定義します。
例 |
 |
<messageTextInput name="txt1" prompt="The Current Context Path"
columns="40">
<boundAttribute name="text">
<contextProperty select="ui:contextPath" />
</boundAttribute>
</messageTextInput>
属性 |
 |
|
説明 |
型 |
select |
バインド先のRenderingContextプロパティの名前。 型はXML修飾名です。つまり、データ・オブジェクトのネームスペースを示す接頭辞(XMLネームスペース定義によりマップされている必要があります)とローカル名を、コロンで区切って指定します。 必須。 |
QName |
|