<applicationSwitcher>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:optionContainer>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<applicationSwitcher
[ destination="string"
]
[ formName="string"
]
[ formSubmitted="boolean"
]
[ title="string"
]
[ unvalidated="boolean"
] >
<contents> <!-- indexed children --> </contents>
</applicationSwitcher>
説明 |
![]() |
<applicationSwitcher>要素は、1つのアプリケーションから別のアプリケーションへの切替えに、GlobalButtonBarで使用されます。ApplicationSwitcherには任意の数のOptionBeanが含まれ、各OptionBeanは、ユーザーが選択できるオプションのアプリケーションを表します。OptionBean内のテキストは、できるだけ短くしてください。
name属性は必須です。フォーム送信自体はオプションですが、Netscape 4.xで選択に応じた表示を正しく行うには、フォームにApplicationSwitcherが必要です。
ApplicationSwitcherのイベント
例 |
![]() |
<ctrl:content xmlns:ui="http://xmlns.oracle.com/uix/ui">
<dataScope xmlns="http://xmlns.oracle.com/uix/ui">
<contents>
<form name="myForm">
<contents>
<applicationSwitcher name="mySwitcher"
selectedIndex="2"
formSubmitted="true">
<contents>
<option text="iReceivables"
value="iReceivables"/>
<option text="Human Resources"
value="HumanResources"/>
<option text="Finance"
value="Finance"/>
<option text="iLearning"
value="iLearning"/>
</contents>
</applicationSwitcher>
</contents>
</form>
</contents>
</dataScope>
</ctrl:content>
<ctrl:handlers>
<ctrl:event name="switchApp">
<ctrl:method class="oracle.cabo.doc.demo.ApplicationSwitcherData"
method="appSwitchEventHandler"/>
</ctrl:event>
</ctrl:handlers>
属性 |
![]() |
子要素 |
![]() |
|