Note: If you're using pageLayout to create your page, do not use pageHeaderLayout.
The pageHeaderLayout component is a layout element that organize content in the header section of an ADF UIX page, and supports the following named children:
cobranding
-
One of five branding and advertising regions. Creates a cobranding
region in the page header. Use to add a small image of the associated
company's logo. See also corporateBranding, productBranding,
largeAdvertisement, and mediumAdvertisement.
corporateBranding
- One of five branding and advertising regions. Creates a corporate branding
region in the page header. Use to add a medium size image of the logo
of the company that owns the page. See also cobranding,
productBranding, largeAdvertisement, and mediumAdvertisement.globalButtons
- Creates an area for the global button bar, which organizes a set of global
buttons and an optional application switcher.
inContextBranding
- Creates an area below corporateBranding. When inContextBranding is on the
page with productBranding in expanded mode, then the productBranding
area moves up to the side of the corporateBranding area. See attribute
chromeType. See also the
productBranding component.
largeAdvertisement
- One of five branding and advertising regions. Creates a large advertisement
region in the page header. Use to add a large advertisement image with
a link to more information. See also mediumAdvertisement, cobranding,
corporateBranding, and productBranding.
mediumAdvertisement
- One of five branding and advertising regions. Creates a medium
advertisement region in the page header. Use to add a medium
advertisement image with a link to more information. See also
largeAdvertisement, cobranding, corporateBranding, and productBranding.
pageHeader
- Creates a region below the page tabs, where a global header is
placed.
productBranding
- One of five branding and advertising regions. Creates a product branding
region in the page header. Use to add an image of the company's
product logo. See also corporateBranding, cobranding,
largeAdvertisement, and mediumAdvertisement.
quickSearch
-
Creates a quick search region above the page title. Use to add a
search text input field and submit button.tabs
-
Creates a region for tabs. Contains the tabBar component.
The attributes you can set for pageHeaderLayout are:
chromeType
- Specifies where productBranding will be
shown in relation to corporateBranding. Supported values are: compact
or expanded. If set to compact (default), productBranding will be
shown alongside corporateBranding. If set to expanded, productBranding
will be shown below corporateBranding. You cannot have
inContextBranding in the expanded mode. If you include
inContextBranding, then productBranding automatically renders next to
the corporateBranding.
inlineStyle
- Specifies the inline CSS style to use.
About PageLayout and its Named
Children
About TabBar,
GlobalHeader, SideBar, and SubTabBar
About GlobalButton
Working with PageHeaderLayout and its Named Children
Copyright © 1997, 2004, Oracle. All rights reserved.