public abstract class PagePanelBase extends javax.faces.component.UIPanel implements IPagePanel
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PagePanelBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
PagePanelBase() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.component.UIComponent |
getBodyFacet()
Return the value of the
body facet property. |
java.lang.String |
getFamily() |
javax.faces.component.UIComponent |
getFooterFacet()
Return the value of the
footer facet property. |
javax.faces.component.UIComponent |
getHeaderFacet()
Return the value of the
header facet property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setBodyFacet(javax.faces.component.UIComponent body)
Set the value of the
body facet property. |
void |
setFooterFacet(javax.faces.component.UIComponent footer)
Set the value of the
footer facet property. |
void |
setHeaderFacet(javax.faces.component.UIComponent header)
Set the value of the
header facet property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: CSS style(s) to be applied when this component is rendered.
setStyle in interface IPagePanelpublic java.lang.String getStyle()
Return the value of the style property.
Contents: CSS style(s) to be applied when this component is rendered.
getStyle in interface IPagePanelpublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered.
setStyleClass in interface IPagePanelpublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered.
getStyleClass in interface IPagePanelpublic void setFooterFacet(javax.faces.component.UIComponent footer)
Set the value of the footer facet property.
public javax.faces.component.UIComponent getFooterFacet()
Return the value of the footer facet property.
public void setHeaderFacet(javax.faces.component.UIComponent header)
Set the value of the header facet property.
public javax.faces.component.UIComponent getHeaderFacet()
Return the value of the header facet property.
public void setBodyFacet(javax.faces.component.UIComponent body)
Set the value of the body facet property.
public javax.faces.component.UIComponent getBodyFacet()
Return the value of the body facet property.
protected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.