public class RichPanelAccordion extends PartialRichPanelAccordion
| Modifier and Type | Field and Description |
|---|---|
static String |
DISCLOSURE_EVENT_BROADCAST
When a disclosure event is queued in an accordion, the accordion will track to see if that event has been broadcast.
|
CHILD_CREATION_IMMEDIATE, CHILD_CREATION_KEY, CHILD_CREATION_LAZY, CHILD_CREATION_LAZY_UNCACHED, CLIENT_ATTRIBUTES_KEY, CLIENT_COMPONENT_KEY, CLIENT_LISTENERS_KEY, COMPONENT_FAMILY, COMPONENT_TYPE, CONTENT_DELIVERY_IMMEDIATE, CONTENT_DELIVERY_KEY, CONTENT_DELIVERY_LAZY_UNCACHED, CUSTOMIZATION_ID_KEY, DIMENSIONS_FROM_AUTO, DIMENSIONS_FROM_CHILDREN, DIMENSIONS_FROM_KEY, DIMENSIONS_FROM_PARENT, DISCLOSE_MANY_KEY, DISCLOSE_NONE_KEY, INLINE_STYLE_KEY, PARTIAL_TRIGGERS_KEY, REORDER_DISABLE, REORDER_ENABLE, REORDER_KEY, SHORT_DESC_KEY, STYLE_CLASS_KEY, TYPE, UNSECURE_KEY, VISIBLE_KEY| Modifier | Constructor and Description |
|---|---|
|
RichPanelAccordion()
Construct an instance of the RichPanelAccordion.
|
protected |
RichPanelAccordion(String rendererType)
Construct an instance of the RichPanelAccordion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
Object |
processSaveState(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
boolean |
visitTree(javax.faces.component.visit.VisitContext visitContext, javax.faces.component.visit.VisitCallback callback) |
addClientBehavior, getBeanType, getChildCreation, getClientAttributes, getClientBehaviors, getClientListeners, getContentDelivery, getCustomizationId, getDefaultEventName, getDimensionsFrom, getEventNames, getFamily, getInlineStyle, getPartialTriggers, getReorder, getShortDesc, getStyleClass, getUnsecure, isClientComponent, isDiscloseMany, isDiscloseNone, isVisible, setChildCreation, setClientAttributes, setClientComponent, setClientListeners, setContentDelivery, setCustomizationId, setDimensionsFrom, setDiscloseMany, setDiscloseNone, setInlineStyle, setPartialTriggers, setReorder, setShortDesc, setStyleClass, setUnsecure, setVisibleadaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processUpdates, processValidators, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final String DISCLOSURE_EVENT_BROADCAST
public RichPanelAccordion()
protected RichPanelAccordion(String rendererType)
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXComponentBasejavax.faces.event.AbortProcessingExceptionpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic Object processSaveState(javax.faces.context.FacesContext context)
processSaveState in class org.apache.myfaces.trinidad.component.UIXComponentBase
public boolean visitTree(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
visitTree in class org.apache.myfaces.trinidad.component.UIXComponent