public abstract class StackPaneBase extends javax.faces.component.UIPanel implements IStackPane
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StackPaneBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
StackPaneBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
boolean |
isClient()
Return the value of the
client property. |
boolean |
isFacelet()
Return the value of the
facelet property. |
protected boolean |
isPropertySet(java.lang.String finder) |
java.lang.Boolean |
isSelected()
Return the value of the
selected property. |
void |
setClient(boolean client)
Set the value of the
client property. |
void |
setFacelet(boolean facelet)
Set the value of the
facelet property. |
void |
setSelected(java.lang.Boolean selected)
Set the value of the
selected 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 setClient(boolean client)
Set the value of the client property.
Contents: If this attribute evaluates to "true", the stackPane's children are always rendered to the client/browser. This is ideal for static content. The facelet attribute is only relevant if this attribute is false.
setClient in interface IStackPanepublic boolean isClient()
Return the value of the client property.
Contents: If this attribute evaluates to "true", the stackPane's children are always rendered to the client/browser. This is ideal for static content. The facelet attribute is only relevant if this attribute is false. Default = 'false'.
isClient in interface IStackPanepublic void setFacelet(boolean facelet)
Set the value of the facelet property.
Contents: If this attribute is "true" the component utilizes the StackPaneHandler to optimise server-side performance by reducing the size of the server-side component tree. Any non-selected stackPane will not have its children added to the component tree. If this attribute evaluates to "false", then normal jsf construction of the component tree occurs. Must have client="false" which is the default value for that attribute.. Default value for this attribute is false.
setFacelet in interface IStackPanepublic boolean isFacelet()
Return the value of the facelet property.
Contents: If this attribute is "true" the component utilizes the StackPaneHandler to optimise server-side performance by reducing the size of the server-side component tree. Any non-selected stackPane will not have its children added to the component tree. If this attribute evaluates to "false", then normal jsf construction of the component tree occurs. Must have client="false" which is the default value for that attribute.. Default value for this attribute is false. Default = 'false'.
isFacelet in interface IStackPanepublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: Style to apply to the container element.
setStyle in interface IStackPanepublic java.lang.String getStyle()
Return the value of the style property.
Contents: Style to apply to the container element.
getStyle in interface IStackPanepublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Style class to apply to the container element.
setStyleClass in interface IStackPanepublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Style class to apply to the container element.
getStyleClass in interface IStackPanepublic void setSelected(java.lang.Boolean selected)
Set the value of the selected property.
setSelected in interface IStackPanepublic java.lang.Boolean isSelected()
Return the value of the selected property.
isSelected in interface IStackPaneprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.