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

<globalButtonBar>要素は、一連のGlobalButtonをレイアウトし、オプションでApplicationSwitcherもレイアウトします。

構文
<globalButtonBar>
   <contents><!-- indexed children --></contents>
</globalButtonBar>

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

  • 説明

    <globalButtonBar>要素は、一連のGlobalButtonをレイアウトし、オプションでApplicationSwitcherもレイアウトします。


    <globalButtonBar>
      <contents>
        <globalButton icon="/baja/globalhelp.gif" text="Help"
          destination="http://bali.us.oracle.com/cabo/marlin/docs/FAQ.html"/>
        <globalButton icon="/baja/globalhelp.gif" text="Help 2"
          destination="http://bali.us.oracle.com/cabo/marlin/docs/FAQ.html"/>
        <applicationSwitcher name="mySwitcher" formSubmitted="true">
          <contents>
            <option text="iReceivables" value="iReceivables"/>
            <option text="Human Resources" value="HumanResources"/>
            <option text="Finance" value="Finance"/>
            <option text="iLearning" value="iLearning" selected="true"/>
          </contents>
        </applicationSwitcher>
      </contents>
    </globalButtonBar>

    子要素

    説明 必須 組込み可能な数
    <contents>
    Beanの索引付けされた子。
    いいえ 1