|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.faces.component.UIComponent
oracle.adf.view.faces.component.UIXComponent
oracle.adf.view.faces.component.UIXComponentBase
oracle.adf.view.faces.component.UIXPanel
oracle.adf.view.faces.component.core.layout.CorePanelPage
PanelPage lays out an entire page. It supports several navigation and content areas for the creation of pages.
<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 <b>Contextual Application Branding - Menlo Park</b>"
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String MESSAGE_TYPE_INFO
public static final java.lang.String MESSAGE_TYPE_CONFIRMATION
public static final java.lang.String MESSAGE_TYPE_PROCESSING
public static final java.lang.String MESSAGE_TYPE_WARNING
public static final java.lang.String MESSAGE_TYPE_NONE
public static final java.lang.String MESSAGE_TYPE_ERROR
public static final java.lang.String CHROME_TYPE_COMPACT
public static final java.lang.String CHROME_TYPE_EXPANDED
public static final FacesBean.Type TYPE
public static final PropertyKey TITLE_KEY
public static final PropertyKey MESSAGE_TYPE_KEY
public static final PropertyKey CHROME_TYPE_KEY
public static final PropertyKey QUICK_LINKS_SHOWN_KEY
public static final PropertyKey SHORT_DESC_KEY
public static final PropertyKey PARTIAL_TRIGGERS_KEY
public static final PropertyKey ONCLICK_KEY
public static final PropertyKey ONDBLCLICK_KEY
public static final PropertyKey ONMOUSEDOWN_KEY
public static final PropertyKey ONMOUSEUP_KEY
public static final PropertyKey ONMOUSEOVER_KEY
public static final PropertyKey ONMOUSEMOVE_KEY
public static final PropertyKey ONMOUSEOUT_KEY
public static final PropertyKey ONKEYPRESS_KEY
public static final PropertyKey ONKEYDOWN_KEY
public static final PropertyKey ONKEYUP_KEY
public static final PropertyKey STYLE_CLASS_KEY
public static final PropertyKey INLINE_STYLE_KEY
public static final java.lang.String CONTEXT_SWITCHER_FACET
public static final java.lang.String MESSAGES_FACET
public static final java.lang.String MENU_SWITCH_FACET
public static final java.lang.String MENU1_FACET
public static final java.lang.String MENU2_FACET
public static final java.lang.String MENU3_FACET
public static final java.lang.String MENU_GLOBAL_FACET
public static final java.lang.String BRANDING_FACET
public static final java.lang.String BRANDING_APP_FACET
public static final java.lang.String BRANDING_APP_CONTEXTUAL_FACET
public static final java.lang.String SEARCH_FACET
public static final java.lang.String LOCATION_FACET
public static final java.lang.String ACTIONS_FACET
public static final java.lang.String APP_COPYRIGHT_FACET
public static final java.lang.String APP_PRIVACY_FACET
public static final java.lang.String APP_ABOUT_FACET
public static final java.lang.String INFO_SUPPLEMENTAL_FACET
public static final java.lang.String INFO_RETURN_FACET
public static final java.lang.String INFO_USER_FACET
public static final java.lang.String INFO_FOOTNOTE_FACET
public static final java.lang.String INFO_STATUS_FACET
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
public CorePanelPage()
protected CorePanelPage(java.lang.String rendererType)
| Method Detail |
public final UIComponent getContextSwitcher()
public final void setContextSwitcher(UIComponent contextSwitcherFacet)
public final UIComponent getMessages()
public final void setMessages(UIComponent messagesFacet)
public final UIComponent getMenuSwitch()
public final void setMenuSwitch(UIComponent menuSwitchFacet)
public final UIComponent getMenu1()
public final void setMenu1(UIComponent menu1Facet)
public final UIComponent getMenu2()
public final void setMenu2(UIComponent menu2Facet)
public final UIComponent getMenu3()
public final void setMenu3(UIComponent menu3Facet)
public final UIComponent getMenuGlobal()
public final void setMenuGlobal(UIComponent menuGlobalFacet)
public final UIComponent getBranding()
public final void setBranding(UIComponent brandingFacet)
public final UIComponent getBrandingApp()
public final void setBrandingApp(UIComponent brandingAppFacet)
public final UIComponent getBrandingAppContextual()
public final void setBrandingAppContextual(UIComponent brandingAppContextualFacet)
public final UIComponent getSearch()
public final void setSearch(UIComponent searchFacet)
public final UIComponent getLocation()
public final void setLocation(UIComponent locationFacet)
public final UIComponent getActions()
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.
public final void setActions(UIComponent actionsFacet)
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.
public final UIComponent getAppCopyright()
public final void setAppCopyright(UIComponent appCopyrightFacet)
public final UIComponent getAppPrivacy()
public final void setAppPrivacy(UIComponent appPrivacyFacet)
public final UIComponent getAppAbout()
public final void setAppAbout(UIComponent appAboutFacet)
public final UIComponent getInfoSupplemental()
public final void setInfoSupplemental(UIComponent infoSupplementalFacet)
public final UIComponent getInfoReturn()
public final void setInfoReturn(UIComponent infoReturnFacet)
public final UIComponent getInfoUser()
public final void setInfoUser(UIComponent infoUserFacet)
public final UIComponent getInfoFootnote()
public final void setInfoFootnote(UIComponent infoFootnoteFacet)
public final UIComponent getInfoStatus()
public final void setInfoStatus(UIComponent infoStatusFacet)
public final java.lang.String getTitle()
public final void setTitle(java.lang.String title)
public