public class PanelCollapsible
extends javax.faces.component.UICommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
DEFAULT_RENDERER_TYPE |
| Constructor and Description |
|---|
PanelCollapsible() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
java.lang.String |
getContentClass() |
java.lang.String |
getEnabledOnUserRole()
Return the value of the
enabledOnUserRole property. |
java.lang.String |
getFamily() |
java.lang.String |
getHeaderClass() |
java.lang.String |
getHeaderText() |
java.lang.String |
getRenderedOnUserRole()
Return the value of the
renderedOnUserRole property. |
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass() |
boolean |
hasInitiatedSubmit(javax.faces.context.FacesContext context) |
boolean |
isDisabled() |
boolean |
isExpanded() |
boolean |
isRendered()
Return the value of the
rendered property. |
boolean |
isToggleOnClick() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent e) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateIn) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setDisabled(boolean disabled) |
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole)
Set the value of the
enabledOnUserRole property. |
void |
setExpanded(boolean expanded) |
void |
setHeaderText(java.lang.String headerText) |
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the
renderedOnUserRole property. |
void |
setStyle(java.lang.String style) |
void |
setStyleClass(java.lang.String styleClass) |
void |
setToggleOnClick(boolean toggleOnClick) |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UICommandpublic void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBasepublic void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic boolean isExpanded()
public void setToggleOnClick(boolean toggleOnClick)
public boolean isToggleOnClick()
public void setExpanded(boolean expanded)
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getStyleClass()
public java.lang.String getHeaderClass()
public java.lang.String getContentClass()
public void setStyleClass(java.lang.String styleClass)
public void setDisabled(boolean disabled)
disabled - public boolean isDisabled()
public void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
Set the value of the enabledOnUserRole property.
public java.lang.String getEnabledOnUserRole()
Return the value of the enabledOnUserRole property.
public void setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property.
public java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole property.
public boolean isRendered()
Return the value of the rendered property.
isRendered in class javax.faces.component.UIComponentBasepublic java.lang.String getHeaderText()
public void setHeaderText(java.lang.String headerText)
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent e)
queueEvent in class javax.faces.component.UICommandpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateIn)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic boolean hasInitiatedSubmit(javax.faces.context.FacesContext context)
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.