<not>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
派生元: |
<ui:boundValue>要素 |
グループ: |
UIX Components |
要素の型: |
BoundValue |
<not>要素は、子に論理演算NOTを実行するバインドを定義します。
構文 |
 |
<not > <!-- The following child can be anything derived from the given element -->
</not>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
この要素にはテキストを含めることができます。
説明 |
 |
<not>要素は、子に論理演算NOTを実行するバインドを定義します。テキストは子boundValueとして使用でき、適宜ブール値に変換されます。
例 |
 |
<dataScope>
<provider>
<data name="ifData">
<inline conditional="false"
isTrue="If test was true."
isFalse="If test was false."/>
</data>
</provider>
<contents>
<styledText styleClass="OraInstructionText" >
<boundAttribute name="text">
<if>
<not>
<dataObject select="conditional" source="ifData"/>
</not>
<dataObject select="isTrue" source="ifData"/>
<dataObject select="isFalse" source="ifData"/>
</if>
</boundAttribute>
</styledText>
</contents>
</dataScope>
子要素 |
 |
|
説明 |
必須 |
組込み可能な数 |
<(その他の要素)> |
boundValueを表す一連の要素。
|
いいえ |
1 |
|