oracle.adf.view.faces.component.core.layout
Class CorePanelPage

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byoracle.adf.view.faces.component.UIXComponent
          extended byoracle.adf.view.faces.component.UIXComponentBase
              extended byoracle.adf.view.faces.component.UIXPanel
                  extended byoracle.adf.view.faces.component.core.layout.CorePanelPage
All Implemented Interfaces:
StateHolder

public class CorePanelPage
extends UIXPanel

PanelPage lays out an entire page. It supports several navigation and content areas for the creation of pages.

Example:

 
 
             <af:panelPage title="Title">
               <f:facet name="menu1">
                 <af:menuTabs>
                   <af:commandMenuItem text="tab 1" action="guide.menuTabs"/>
                   <af:commandMenuItem text="tab 2" action="guide.menuTabs" 
                                    selected="true" />
                   <af:commandMenuItem text="tab 3" action="guide.menuTabs"/>
                   <af:commandMenuItem text="tab 4" action="guide.menuTabs"/>
                   <af:commandMenuItem text="tab 5" action="guide.menuTabs"/>
                   <af:commandMenuItem text="tab 6" action="guide.menuTabs"
                                    disabled="true" />
                 </af:menuTabs>
               </f:facet>
               <f:facet name="menu2">
                 <af:menuBar>
                   <af:commandMenuItem text="item 1" action="guide.menuBar" 
                                    selected="true" />
                   <af:commandMenuItem text="item 2" action="guide.menuBar"
                                    disabled="true" />
                   <af:commandMenuItem text="item 3" action="guide.menuBar"/>
                   <af:commandMenuItem text="item 4" action="guide.menuBar"/>
                 </af:menuBar>
               </f:facet>
               <f:facet name="menu3">
                 <af:menuList>
                   <af:commandMenuItem text="item 1" action="guide.menuList" />
                   <af:commandMenuItem text="item 2" action="guide.menuList" />
                   <af:commandMenuItem text="item 3" action="guide.menuList" />
                 </af:menuList>
               </f:facet>
               <f:facet name="menuGlobal">
                 <af:menuButtons>
                   <af:commandMenuItem text="help"
                                     icon="/components/images/globalhelp.gif"
                                     action="guide.menuButtons"/>
                   <af:commandMenuItem text="help more"
                                     icon="/components/images/globalhelp.gif"
                                     action="guide.menuButtons"/>
                 </af:menuButtons>
               </f:facet>
               <f:facet name="branding">
                 <af:objectImage source="/components/images/corporateBrand.gif"/>
               </f:facet>
               <f:facet name="brandingApp">
                 <af:objectImage source="/components/images/applicationBrand.gif"/>
               </f:facet>
               <f:facet name="brandingAppContextual">
                 <af:outputFormatted value="Customer &lt;b&gt;Contextual Application Branding - Menlo Park&lt;/b&gt;"
                                    styleUsage="inContextBranding"/>
               </f:facet>
               <f:facet name="location">
                 <af:menuPath>
                   <af:commandMenuItem text="crumb 1" action="guide.menuPath" />
                   <af:commandMenuItem text="crumb 2" action="guide.menuPath" />
                   <af:commandMenuItem text="crumb 3" action="guide.menuPath" />
                   <af:commandMenuItem text="crumb 4" action="guide.menuPath" />
                 </af:menuPath>
               </f:facet>
               <f:facet name="appCopyright">
                 <af:outputText value="copyright facet"/>
               </f:facet>
               <f:facet name="appPrivacy">
                 <af:commandLink text="privacy facet" action="action.none" />
               </f:facet>
               <f:facet name="appAbout">
                 <af:commandLink text="about facet" action="action.none" />
               </f:facet>
               <af:outputText value="Content here" />
             </af:panelPage>
 
 
 


Field Summary
static java.lang.String ACTIONS_FACET
           
static java.lang.String APP_ABOUT_FACET
           
static java.lang.String APP_COPYRIGHT_FACET
           
static java.lang.String APP_PRIVACY_FACET
           
static java.lang.String BRANDING_APP_CONTEXTUAL_FACET
           
static java.lang.String BRANDING_APP_FACET
           
static java.lang.String BRANDING_FACET
           
static java.lang.String CHROME_TYPE_COMPACT
          Enumerated value indicating that the chromeType is the compact type.
static java.lang.String CHROME_TYPE_EXPANDED
          Enumerated value indicating that the chromeType is the expanded type.
static PropertyKey CHROME_TYPE_KEY
           
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String CONTEXT_SWITCHER_FACET
           
static java.lang.String INFO_FOOTNOTE_FACET
           
static java.lang.String INFO_RETURN_FACET
           
static java.lang.String INFO_STATUS_FACET
           
static java.lang.String INFO_SUPPLEMENTAL_FACET
           
static java.lang.String INFO_USER_FACET
           
static PropertyKey INLINE_STYLE_KEY
           
static java.lang.String LOCATION_FACET
           
static java.lang.String MENU_GLOBAL_FACET
           
static java.lang.String MENU_SWITCH_FACET
           
static java.lang.String MENU1_FACET
           
static java.lang.String MENU2_FACET
           
static java.lang.String MENU3_FACET
           
static java.lang.String MESSAGE_TYPE_CONFIRMATION
          Enumerated value indicating that the control has a confirmation message
static java.lang.String MESSAGE_TYPE_ERROR
          Enumerated value indicating that the control has an error message
static java.lang.String MESSAGE_TYPE_INFO
          Enumerated value indicating that the control has an informational message
static PropertyKey MESSAGE_TYPE_KEY
           
static java.lang.String MESSAGE_TYPE_NONE
          Enumerated value indicating that the control has no associated message
static java.lang.String MESSAGE_TYPE_PROCESSING
          Enumerated value indicating that the control has a message about the running process.
static java.lang.String MESSAGE_TYPE_WARNING
          Enumerated value indicating that the control has a warning message
static java.lang.String MESSAGES_FACET
           
static PropertyKey ONCLICK_KEY
           
static PropertyKey ONDBLCLICK_KEY
           
static PropertyKey ONKEYDOWN_KEY
           
static PropertyKey ONKEYPRESS_KEY
           
static PropertyKey ONKEYUP_KEY
           
static PropertyKey ONMOUSEDOWN_KEY
           
static PropertyKey ONMOUSEMOVE_KEY
           
static PropertyKey ONMOUSEOUT_KEY
           
static PropertyKey ONMOUSEOVER_KEY
           
static PropertyKey ONMOUSEUP_KEY
           
static PropertyKey PARTIAL_TRIGGERS_KEY
           
static PropertyKey QUICK_LINKS_SHOWN_KEY
           
static java.lang.String SEARCH_FACET
           
static PropertyKey SHORT_DESC_KEY
           
static PropertyKey STYLE_CLASS_KEY
           
static PropertyKey TITLE_KEY
           
static FacesBean.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Constructor Summary
  CorePanelPage()
          Construct an instance of the CorePanelPage.
protected CorePanelPage(java.lang.String rendererType)
          Construct an instance of the CorePanelPage.
 
Method Summary
 UIComponent getActions()
          The page-level actions of the page.
 UIComponent getAppAbout()
          Area to put a commandLink to more information about the application.
 UIComponent getAppCopyright()
          The copyright region of the page.
 UIComponent getAppPrivacy()
          The privacy region of the page.
protected  FacesBean.Type getBeanType()
           
 UIComponent getBranding()
          The corporate or organization branding region of the page.
 UIComponent getBrandingApp()
          The application, module, or product branding region of the page.
 UIComponent getBrandingAppContextual()
          The application's contextual branding region of the page.
 java.lang.String getChromeType()
          Gets what the chromeType is for the page: compact or expanded.
 UIComponent getContextSwitcher()
          The context switcher of a page.
 java.lang.String getFamily()
           
 UIComponent getInfoFootnote()
          The footnote information region.
 UIComponent getInfoReturn()
          The return information region.
 UIComponent getInfoStatus()
          The status information region.
 UIComponent getInfoSupplemental()
          This region provides a location for presenting additional information for the user.
 UIComponent getInfoUser()
          The user information region.
 java.lang.String getInlineStyle()
          Gets the inline CSS style for this element
 UIComponent getLocation()
          The locator region of the page.
 UIComponent getMenu1()
          This location typically contains a menuTabs.
 UIComponent getMenu2()
          This location typically contains a menuBar.
 UIComponent getMenu3()
          This location typically contains a menuList.
 UIComponent getMenuGlobal()
          This section typically contains a menuButtons.
 UIComponent getMenuSwitch()
          This location typically contains a menuChoice.
 UIComponent getMessages()
          The node to display messages.
 java.lang.String getMessageType()
          Gets whether page is a messaging dialog.
 java.lang.String getOnclick()
          Gets an onclick Javascript handler.
 java.lang.String getOndblclick()
          Gets an ondblclick Javascript handler.
 java.lang.String getOnkeydown()
          Gets an onkeydown Javascript handler.
 java.lang.String getOnkeypress()
          Gets an onkeypress Javascript handler.
 java.lang.String getOnkeyup()
          Gets an onkeyup Javascript handler.
 java.lang.String getOnmousedown()
          Gets an onmousedown Javascript handler.
 java.lang.String getOnmousemove()
          Gets an onmousemove Javascript handler.
 java.lang.String getOnmouseout()
          Gets an onmouseout Javascript handler.
 java.lang.String getOnmouseover()
          Gets an onmouseover Javascript handler.
 java.lang.String getOnmouseup()
          Gets an onmouseup Javascript handler.
 java.lang.String[] getPartialTriggers()
          Gets the IDs of the components that should trigger a partial update.
 UIComponent getSearch()
          The search region of the page.
 java.lang.String getShortDesc()
          Gets the short description of the bean.
 java.lang.String getStyleClass()
          Gets the CSS style class of the bean.
 java.lang.String getTitle()
          Gets The title to display for this page.
 boolean isQuickLinksShown()
          Gets whether "quick links" will be shown for this page.
 void setActions(UIComponent actionsFacet)
          The page-level actions of the page.
 void setAppAbout(UIComponent appAboutFacet)
          Area to put a commandLink to more information about the application.
 void setAppCopyright(UIComponent appCopyrightFacet)
          The copyright region of the page.
 void setAppPrivacy(UIComponent appPrivacyFacet)
          The privacy region of the page.
 void setBranding(UIComponent brandingFacet)
          The corporate or organization branding region of the page.
 void setBrandingApp(UIComponent brandingAppFacet)
          The application, module, or product branding region of the page.
 void setBrandingAppContextual(UIComponent brandingAppContextualFacet)
          The application's contextual branding region of the page.
 void setChromeType(java.lang.String chromeType)
          Sets what the chromeType is for the page: compact or expanded.
 void setContextSwitcher(UIComponent contextSwitcherFacet)
          The context switcher of a page.
 void setInfoFootnote(UIComponent infoFootnoteFacet)
          The footnote information region.
 void setInfoReturn(UIComponent infoReturnFacet)
          The return information region.
 void setInfoStatus(UIComponent infoStatusFacet)
          The status information region.
 void setInfoSupplemental(UIComponent infoSupplementalFacet)
          This region provides a location for presenting additional information for the user.
 void setInfoUser(UIComponent infoUserFacet)
          The user information region.
 void setInlineStyle(java.lang.String inlineStyle)
          Sets the inline CSS style for this element
 void setLocation(UIComponent locationFacet)
          The locator region of the page.
 void setMenu1(UIComponent menu1Facet)
          This location typically contains a menuTabs.
 void setMenu2(UIComponent menu2Facet)
          This location typically contains a menuBar.
 void setMenu3(UIComponent menu3Facet)
          This location typically contains a menuList.
 void setMenuGlobal(UIComponent menuGlobalFacet)
          This section typically contains a menuButtons.
 void setMenuSwitch(UIComponent menuSwitchFacet)
          This location typically contains a menuChoice.
 void setMessages(UIComponent messagesFacet)
          The node to display messages.
 void setMessageType(java.lang.String messageType)
          Sets whether page is a messaging dialog.
 void setOnclick(java.lang.String onclick)
          Sets an onclick Javascript handler.
 void setOndblclick(java.lang.String ondblclick)
          Sets an ondblclick Javascript handler.
 void setOnkeydown(java.lang.String onkeydown)
          Sets an onkeydown Javascript handler.
 void setOnkeypress(java.lang.String onkeypress)
          Sets an onkeypress Javascript handler.
 void setOnkeyup(java.lang.String onkeyup)
          Sets an onkeyup Javascript handler.
 void setOnmousedown(java.lang.String onmousedown)
          Sets an onmousedown Javascript handler.
 void setOnmousemove(java.lang.String onmousemove)
          Sets an onmousemove Javascript handler.
 void setOnmouseout(java.lang.String onmouseout)
          Sets an onmouseout Javascript handler.
 void setOnmouseover(java.lang.String onmouseover)
          Sets an onmouseover Javascript handler.
 void setOnmouseup(java.lang.String onmouseup)
          Sets an onmouseup Javascript handler.
 void setPartialTriggers(java.lang.String[] partialTriggers)
          Sets the IDs of the components that should trigger a partial update.
 void setQuickLinksShown(boolean quickLinksShown)
          Sets whether "quick links" will be shown for this page.
 void setSearch(UIComponent searchFacet)
          The search region of the page.
 void setShortDesc(java.lang.String shortDesc)
          Sets the short description of the bean.
 void setStyleClass(java.lang.String styleClass)
          Sets the CSS style class of the bean.
 void setTitle(java.lang.String title)
          Sets The title to display for this page.
 
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase
addAttributeChange, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, saveState, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE_TYPE_INFO

public static final java.lang.String MESSAGE_TYPE_INFO
Enumerated value indicating that the control has an informational message

See Also:
Constant Field Values

MESSAGE_TYPE_CONFIRMATION

public static final java.lang.String MESSAGE_TYPE_CONFIRMATION
Enumerated value indicating that the control has a confirmation message

See Also:
Constant Field Values

MESSAGE_TYPE_PROCESSING

public static final java.lang.String MESSAGE_TYPE_PROCESSING
Enumerated value indicating that the control has a message about the running process.

See Also:
Constant Field Values

MESSAGE_TYPE_WARNING

public static final java.lang.String MESSAGE_TYPE_WARNING
Enumerated value indicating that the control has a warning message

See Also:
Constant Field Values

MESSAGE_TYPE_NONE

public static final java.lang.String MESSAGE_TYPE_NONE
Enumerated value indicating that the control has no associated message

See Also:
Constant Field Values

MESSAGE_TYPE_ERROR

public static final java.lang.String MESSAGE_TYPE_ERROR
Enumerated value indicating that the control has an error message

See Also:
Constant Field Values

CHROME_TYPE_COMPACT

public static final java.lang.String CHROME_TYPE_COMPACT
Enumerated value indicating that the chromeType is the compact type.

See Also:
Constant Field Values

CHROME_TYPE_EXPANDED

public static final java.lang.String CHROME_TYPE_EXPANDED
Enumerated value indicating that the chromeType is the expanded type.

See Also:
Constant Field Values

TYPE

public static final FacesBean.Type TYPE

TITLE_KEY

public static final PropertyKey TITLE_KEY

MESSAGE_TYPE_KEY

public static final PropertyKey MESSAGE_TYPE_KEY

CHROME_TYPE_KEY

public static final PropertyKey CHROME_TYPE_KEY

QUICK_LINKS_SHOWN_KEY

public static final PropertyKey QUICK_LINKS_SHOWN_KEY

SHORT_DESC_KEY

public static final PropertyKey SHORT_DESC_KEY

PARTIAL_TRIGGERS_KEY

public static final PropertyKey PARTIAL_TRIGGERS_KEY

ONCLICK_KEY

public static final PropertyKey ONCLICK_KEY

ONDBLCLICK_KEY

public static final PropertyKey ONDBLCLICK_KEY

ONMOUSEDOWN_KEY

public static final PropertyKey ONMOUSEDOWN_KEY

ONMOUSEUP_KEY

public static final PropertyKey ONMOUSEUP_KEY

ONMOUSEOVER_KEY

public static final PropertyKey ONMOUSEOVER_KEY

ONMOUSEMOVE_KEY

public static final PropertyKey ONMOUSEMOVE_KEY

ONMOUSEOUT_KEY

public static final PropertyKey ONMOUSEOUT_KEY

ONKEYPRESS_KEY

public static final PropertyKey ONKEYPRESS_KEY

ONKEYDOWN_KEY

public static final PropertyKey ONKEYDOWN_KEY

ONKEYUP_KEY

public static final PropertyKey ONKEYUP_KEY

STYLE_CLASS_KEY

public static final PropertyKey STYLE_CLASS_KEY

INLINE_STYLE_KEY

public static final PropertyKey INLINE_STYLE_KEY

CONTEXT_SWITCHER_FACET

public static final java.lang.String CONTEXT_SWITCHER_FACET
See Also:
Constant Field Values

MESSAGES_FACET

public static final java.lang.String MESSAGES_FACET
See Also:
Constant Field Values

MENU_SWITCH_FACET

public static final java.lang.String MENU_SWITCH_FACET
See Also:
Constant Field Values

MENU1_FACET

public static final java.lang.String MENU1_FACET
See Also:
Constant Field Values

MENU2_FACET

public static final java.lang.String MENU2_FACET
See Also:
Constant Field Values

MENU3_FACET

public static final java.lang.String MENU3_FACET
See Also:
Constant Field Values

MENU_GLOBAL_FACET

public static final java.lang.String MENU_GLOBAL_FACET
See Also:
Constant Field Values

BRANDING_FACET

public static final java.lang.String BRANDING_FACET
See Also:
Constant Field Values

BRANDING_APP_FACET

public static final java.lang.String BRANDING_APP_FACET
See Also:
Constant Field Values

BRANDING_APP_CONTEXTUAL_FACET

public static final java.lang.String BRANDING_APP_CONTEXTUAL_FACET
See Also:
Constant Field Values

SEARCH_FACET

public static final java.lang.String SEARCH_FACET
See Also:
Constant Field Values

LOCATION_FACET

public static final java.lang.String LOCATION_FACET
See Also:
Constant Field Values

ACTIONS_FACET

public static final java.lang.String ACTIONS_FACET
See Also:
Constant Field Values

APP_COPYRIGHT_FACET

public static final java.lang.String APP_COPYRIGHT_FACET
See Also:
Constant Field Values

APP_PRIVACY_FACET

public static final java.lang.String APP_PRIVACY_FACET
See Also:
Constant Field Values

APP_ABOUT_FACET

public static final java.lang.String APP_ABOUT_FACET
See Also:
Constant Field Values

INFO_SUPPLEMENTAL_FACET

public static final java.lang.String INFO_SUPPLEMENTAL_FACET
See Also:
Constant Field Values

INFO_RETURN_FACET

public static final java.lang.String INFO_RETURN_FACET
See Also:
Constant Field Values

INFO_USER_FACET

public static final java.lang.String INFO_USER_FACET
See Also:
Constant Field Values

INFO_FOOTNOTE_FACET

public static final java.lang.String INFO_FOOTNOTE_FACET
See Also:
Constant Field Values

INFO_STATUS_FACET

public static final java.lang.String INFO_STATUS_FACET
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

CorePanelPage

public CorePanelPage()
Construct an instance of the CorePanelPage.


CorePanelPage

protected CorePanelPage(java.lang.String rendererType)
Construct an instance of the CorePanelPage.

Method Detail

getContextSwitcher

public final UIComponent getContextSwitcher()
The context switcher of a page. This child is not supported on the following agent types: pda, phone, voice.


setContextSwitcher

public final void setContextSwitcher(UIComponent contextSwitcherFacet)
The context switcher of a page. This child is not supported on the following agent types: pda, phone, voice.


getMessages

public final UIComponent getMessages()
The node to display messages. Usually contains a messages component.


setMessages

public final void setMessages(UIComponent messagesFacet)
The node to display messages. Usually contains a messages component.


getMenuSwitch

public final UIComponent getMenuSwitch()
This location typically contains a menuChoice. This child is not supported on the following agent types: pda, phone, voice.


setMenuSwitch

public final void setMenuSwitch(UIComponent menuSwitchFacet)
This location typically contains a menuChoice. This child is not supported on the following agent types: pda, phone, voice.


getMenu1

public final UIComponent getMenu1()
This location typically contains a menuTabs.


setMenu1

public final void setMenu1(UIComponent menu1Facet)
This location typically contains a menuTabs.


getMenu2

public final UIComponent getMenu2()
This location typically contains a menuBar.


setMenu2

public final void setMenu2(UIComponent menu2Facet)
This location typically contains a menuBar.


getMenu3

public final UIComponent getMenu3()
This location typically contains a menuList. This child is not supported on the following agent types: pda, phone, voice.


setMenu3

public final void setMenu3(UIComponent menu3Facet)
This location typically contains a menuList. This child is not supported on the following agent types: pda, phone, voice.


getMenuGlobal

public final UIComponent getMenuGlobal()
This section typically contains a menuButtons.


setMenuGlobal

public final void setMenuGlobal(UIComponent menuGlobalFacet)
This section typically contains a menuButtons.


getBranding

public final UIComponent getBranding()
The corporate or organization branding region of the page. This section typically contains a medium size objectImage of the logo of the organization owning the page.


setBranding

public final void setBranding(UIComponent brandingFacet)
The corporate or organization branding region of the page. This section typically contains a medium size objectImage of the logo of the organization owning the page.


getBrandingApp

public final UIComponent getBrandingApp()
The application, module, or product branding region of the page. This section typically contains a objectImage of the application logo.


setBrandingApp

public final void setBrandingApp(UIComponent brandingAppFacet)
The application, module, or product branding region of the page. This section typically contains a objectImage of the application logo.


getBrandingAppContextual

public final UIComponent getBrandingAppContextual()
The application's contextual branding region of the page. This section typically contains formatted text indicating that ONE context exists between the persistent tabs. The user selects the context from a centralized aggregate home page of multiple contexts, then navigates into a tabbed application pertaining to that specific context. This child is not supported on the following agent types: pda, phone, voice.


setBrandingAppContextual

public final void setBrandingAppContextual(UIComponent brandingAppContextualFacet)
The application's contextual branding region of the page. This section typically contains formatted text indicating that ONE context exists between the persistent tabs. The user selects the context from a centralized aggregate home page of multiple contexts, then navigates into a tabbed application pertaining to that specific context. This child is not supported on the following agent types: pda, phone, voice.


getSearch

public final UIComponent getSearch()
The search region of the page. This child is not supported on the following agent types: pda, phone, voice.


setSearch

public final void setSearch(UIComponent searchFacet)
The search region of the page. This child is not supported on the following agent types: pda, phone, voice.


getLocation

public final UIComponent getLocation()
The locator region of the page. If present, this section typically contains either a processTrain, indicating the user's location in a multistep process, or menuPath, containing links that will bring the user back to each of the parent pages of a tree of pages that he has navigated down into.


setLocation

public final void setLocation(UIComponent locationFacet)
The locator region of the page. If present, this section typically contains either a processTrain, indicating the user's location in a multistep process, or menuPath, containing links that will bring the user back to each of the parent pages of a tree of pages that he has navigated down into.


getActions

public final UIComponent getActions()
The page-level actions of the page. If present, this area typically contains either a panelButtonBar containing buttons that operate on the entire page, or a processChoiceBar allowing the user to move to the next or previous step in a process.

On certain look and feels, this child is shown twice, once under the page title and once at the bottom of the page. The only form element allowed in this area is a selectOneChoice which must have a name.


setActions

public final void setActions(UIComponent actionsFacet)
The page-level actions of the page. If present, this area typically contains either a panelButtonBar containing buttons that operate on the entire page, or a processChoiceBar allowing the user to move to the next or previous step in a process.

On certain look and feels, this child is shown twice, once under the page title and once at the bottom of the page. The only form element allowed in this area is a selectOneChoice which must have a name.


getAppCopyright

public final UIComponent getAppCopyright()
The copyright region of the page. If present, this area typically contains a outputText with the copyright information. This child is not supported on the following agent types: pda, phone, voice.


setAppCopyright

public final void setAppCopyright(UIComponent appCopyrightFacet)
The copyright region of the page. If present, this area typically contains a outputText with the copyright information. This child is not supported on the following agent types: pda, phone, voice.


getAppPrivacy

public final UIComponent getAppPrivacy()
The privacy region of the page. If present, this area typically contains a commandLink to the privacy policy for the application.


setAppPrivacy

public final void setAppPrivacy(UIComponent appPrivacyFacet)
The privacy region of the page. If present, this area typically contains a commandLink to the privacy policy for the application.


getAppAbout

public final UIComponent getAppAbout()
Area to put a commandLink to more information about the application.


setAppAbout

public final void setAppAbout(UIComponent appAboutFacet)
Area to put a commandLink to more information about the application.


getInfoSupplemental

public final UIComponent getInfoSupplemental()
This region provides a location for presenting additional information for the user. It often contains a panelBox. This child is not supported on the following agent types: pda, phone, voice.


setInfoSupplemental

public final void setInfoSupplemental(UIComponent infoSupplementalFacet)
This region provides a location for presenting additional information for the user. It often contains a panelBox. This child is not supported on the following agent types: pda, phone, voice.


getInfoReturn

public final UIComponent getInfoReturn()
The return information region. Typically this will contain a "return to [X]" link. This child is not supported on the following agent types: pda, phone, voice.


setInfoReturn

public final void setInfoReturn(UIComponent infoReturnFacet)
The return information region. Typically this will contain a "return to [X]" link. This child is not supported on the following agent types: pda, phone, voice.


getInfoUser

public final UIComponent getInfoUser()
The user information region. This region provides a location for presenting user login and connection information. This child is not supported on the following agent types: pda, phone, voice.


setInfoUser

public final void setInfoUser(UIComponent infoUserFacet)
The user information region. This region provides a location for presenting user login and connection information. This child is not supported on the following agent types: pda, phone, voice.


getInfoFootnote

public final UIComponent getInfoFootnote()
The footnote information region. This region provides a location for page-level information that is ancillary to the user's task. This child is not supported on the following agent types: pda, phone, voice.


setInfoFootnote

public final void setInfoFootnote(UIComponent infoFootnoteFacet)
The footnote information region. This region provides a location for page-level information that is ancillary to the user's task. This child is not supported on the following agent types: pda, phone, voice.


getInfoStatus

public final UIComponent getInfoStatus()
The status information region. This region provides a location for page-level status that is important to the user's task. It also provides a location for a key notation. A key notation is a legend used to define icons, elements, or terms used within the page content.


setInfoStatus

public final void setInfoStatus(UIComponent infoStatusFacet)
The status information region. This region provides a location for page-level status that is important to the user's task. It also provides a location for a key notation. A key notation is a legend used to define icons, elements, or terms used within the page content.


getTitle

public final java.lang.String getTitle()
Gets The title to display for this page.


setTitle

public final void setTitle(java.lang.String title)
Sets The title to display for this page.


getMessageType

public