<rootChildExists>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:boundValue>要素 |
グループ: | UIX Components |
要素の型: | BoundValue |
説明 |
![]() |
指定された子が存在する場合にtrueを返し、レンダリングします。
例 |
![]() |
<stackLayout>
<boundAttribute name="rendered">
<rootChildExists name="test"/>
</boundAttribute>
<contents>
<styledText text="yes"/>
</contents>
</stackLayout>