<add>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:boundValue>要素 |
グループ: |
UIX Components |
要素の型: |
BoundValue |
<add>要素は、すべての子について数値の加算を実行するバインディングを定義します。
構文 |
 |
<add> <!-- The following child can be anything derived from the given element -->
</add>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
この要素にはテキストを含めることができます。
説明 |
 |
<add>要素は、すべての子について数値の加算を実行するバインディングを定義します。 テキストは他のboundValueに挿入でき、適切な整数に変換されます。
例 |
 |
<dataScope>
<provider>
<data name="addData">
<inline value1="1"
value2="1"/>
</data>
</provider>
<contents>
<tabBar >
<boundAttribute name="selectedIndex">
<add value="1">
<dataObject select="value1" source="addData"/>
<dataObject select="value2" source="addData"/>
</add>
</boundAttribute>
<contents>
<link text="UIX Components"
destination="http://www.oracle.com" />
<link text="UIX Servlet"
destination="http://www.oracle.com"/>
<link text="Architecture"
destination="http://www.oracle.com"/>
<link text="Release"
destination="http://www.oracle.com"/>
<link text="BC4J"
destination="http://www.oracle.com"/>
</contents>
</tabBar>
</contents>
</dataScope>
属性 |
 |
|
説明 |
型 |
value |
すべてのバインド値の子の合計に追加されるリテラル値。 |
int |
|
子要素 |
 |
|
説明 |
必須 |
組込み可能な数 |
<(その他の要素)> |
boundValueを表す一連の要素。 |
いいえ |
無限 |
|