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

指定された子が存在する場合にtrueを返し、レンダリングします。

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

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

  • 説明

    指定された子が存在する場合にtrueを返し、レンダリングします。


    次の例では、testという名前の付けられたルートの子が存在し、そのrendered属性がtrueに設定されている場合に、yesとレンダリングします。
    <styledText>
     <boundAttribute name="text">
      <if>
       <rootChildExists name="test"/>
       <fixed text="Yes"/>
       <fixed text="No"/>
      </if>
     </boundAttribute>
    </styledText>

    属性

    説明
    name 親の名前の付けられた子の名前。必須
    string