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

<pageHeaderLayout>要素には、3つのナビゲーション領域(タブ、グローバル・ボタンおよびグローバル・ヘッダー)、および5つの広告/商標領域(大型および中型の広告、企業、製品および提携商標)が含まれます。

構文
<pageHeaderLayout >
   <cobranding> </cobranding>
   <corporateBranding> </corporateBranding>
   <globalButtons> </globalButtons>
   <largeAdvertisement> </largeAdvertisement>
   <mediumAdvertisement> </mediumAdvertisement>
   <pageHeader> </pageHeader>
   <productBranding> </productBranding>
   <quickSearch> </quickSearch>
   <tabs> </tabs>
</pageHeaderLayout>

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

  • 説明

    <pageHeaderLayout>要素には、3つのナビゲーション領域(タブ、グローバル・ボタンおよびグローバル・ヘッダー)、および5つの広告/商標領域(大型および中型の広告、企業、製品および提携商標)が含まれます。


    <pageHeaderLayout>
      <largeAdvertisement>
        <image source="images/largeAd.gif"
               shortDesc="large ad"
               destination="http://www.oracle.com"/>
      </largeAdvertisement>
    
      <mediumAdvertisement>
        <image source="images/mediumAd.gif"
               shortDesc="medium ad"/>
      </mediumAdvertisement>
    
      <corporateBranding>
        <image source="images/corporateBrand.gif"
               shortDesc="corporate"/>
      </corporateBranding>
    
      <productBranding>
        <image source="images/productBrand.gif"
               shortDesc="product"/>
      </productBranding>
    
      <cobranding>
        <image source="images/cobrand.gif"
               shortDesc="Oracle"/>
      </cobranding>
    
      <globalButtons>
        <globalButtonBar>
          <contents>
            <globalButton icon="images/globalhelp.gif" text="Help"
              destination="http://www.oracle.com"/>
            <globalButton icon="images/globalhelp.gif" text="Help 2"
              destination="http://www.oracle.com"/>
          </contents>
        </globalButtonBar>
      </globalButtons>
    
      <pageHeader>
        <globalHeader selectedIndex="0">
          <contents >
            <link text="text"
                   destination="http://www.oracle.com"
                  disabled="disabled"/>
          </contents>
        </globalHeader>
      </pageHeader>
    
    </pageHeaderLayout>

    子要素

    説明 必須 組込み可能な数
    <cobranding> ページの関連提携商標リージョン。存在する場合、このセクションには通常、このページに関連付けられた、ページを所有しない企業のロゴである小さなイメージが含まれます。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1
    <corporateBranding> ページの企業商標リージョン。このセクションには通常、ページを所有する企業のロゴである中型イメージが含まれます。
    いいえ 1
    <globalButtons> ページのグローバル・ボタン・リージョン。このセクションには通常、GlobalButtonBarが含まれます。
    いいえ 1
    <largeAdvertisement> ページの大型広告リージョン。存在する場合、このセクションには通常、詳細情報へのリンクを持つ広告のイメージが含まれます。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1
    <mediumAdvertisement> ページの中型広告リージョン。存在する場合、このセクションには通常、詳細情報へのリンクを持つ広告のイメージが含まれます。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1
    <pageHeader> ページのヘッダー・リージョン。この位置には通常、GlobalHeaderが含まれます。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1
    <productBranding> ページの製品商標リージョン。このセクションには通常、製品ロゴのイメージが含まれます。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1
    <quickSearch> ページのクイック検索リージョン。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1
    <tabs> ページのタブ・リージョン。存在する場合、この位置には通常、TabBarが含まれます。この子は、エージェントのタイプがPDAの場合にはサポートされません。 いいえ 1