org.primefaces.component.accordionpanel
Class AccordionPanel

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIData
              extended by org.primefaces.component.accordionpanel.AccordionPanel
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.UniqueIdVendor, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget

public class AccordionPanel
extends javax.faces.component.UIData
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder


Nested Class Summary
protected static class AccordionPanel.PropertyKeys
           
 
Field Summary
static String ACTIVE_TAB_CONTENT_CLASS
           
static String ACTIVE_TAB_HEADER_CLASS
           
static String ACTIVE_TAB_HEADER_ICON_CLASS
           
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String CONTAINER_CLASS
           
static String INACTIVE_TAB_CONTENT_CLASS
           
static String TAB_HEADER_CLASS
           
static String TAB_HEADER_ICON_CLASS
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
AccordionPanel()
           
 
Method Summary
 Tab findTab(String tabClientId)
           
 String getActiveIndex()
           
 String getDefaultEventName()
           
 Collection<String> getEventNames()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
 String getFamily()
           
 List<Tab> getLoadedTabs()
           
 String getOnTabChange()
           
 String getOnTabShow()
           
 String getStyle()
           
 String getStyleClass()
           
 String getWidgetVar()
           
 void handleAttribute(String name, Object value)
           
 boolean isCache()
           
 boolean isContentLoadRequest(javax.faces.context.FacesContext context)
           
 boolean isDynamic()
           
 boolean isMultiple()
           
 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 event)
           
protected  void resetActiveIndex()
           
 String resolveWidgetVar()
           
 void setActiveIndex(String _activeIndex)
           
 void setCache(boolean _cache)
           
 void setDynamic(boolean _dynamic)
           
 void setMultiple(boolean _multiple)
           
 void setOnTabChange(String _onTabChange)
           
 void setOnTabShow(String _onTabShow)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setWidgetVar(String _widgetVar)
           
 boolean visitTree(javax.faces.component.visit.VisitContext context, javax.faces.component.visit.VisitCallback callback)
           
 
Methods inherited from class javax.faces.component.UIData
broadcast, createUniqueId, encodeBegin, getClientId, getDataModel, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, restoreState, saveState, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVar
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

CONTAINER_CLASS

public static final String CONTAINER_CLASS
See Also:
Constant Field Values

ACTIVE_TAB_HEADER_CLASS

public static final String ACTIVE_TAB_HEADER_CLASS
See Also:
Constant Field Values

TAB_HEADER_CLASS

public static final String TAB_HEADER_CLASS
See Also:
Constant Field Values

TAB_HEADER_ICON_CLASS

public static final String TAB_HEADER_ICON_CLASS
See Also:
Constant Field Values

ACTIVE_TAB_HEADER_ICON_CLASS

public static final String ACTIVE_TAB_HEADER_ICON_CLASS
See Also:
Constant Field Values

ACTIVE_TAB_CONTENT_CLASS

public static final String ACTIVE_TAB_CONTENT_CLASS
See Also:
Constant Field Values

INACTIVE_TAB_CONTENT_CLASS

public static final String INACTIVE_TAB_CONTENT_CLASS
See Also:
Constant Field Values
Constructor Detail

AccordionPanel

public AccordionPanel()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIData

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

getActiveIndex

public String getActiveIndex()

setActiveIndex

public void setActiveIndex(String _activeIndex)

getStyle

public String getStyle()

setStyle

public void setStyle(String _style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String _styleClass)

getOnTabChange

public String getOnTabChange()

setOnTabChange

public void setOnTabChange(String _onTabChange)

getOnTabShow

public String getOnTabShow()

setOnTabShow

public void setOnTabShow(String _onTabShow)

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean _dynamic)

isCache

public boolean isCache()

setCache

public void setCache(boolean _cache)

isMultiple

public boolean isMultiple()

setMultiple

public void setMultiple(boolean _multiple)

isContentLoadRequest

public boolean isContentLoadRequest(javax.faces.context.FacesContext context)

findTab

public Tab findTab(String tabClientId)

getLoadedTabs

public List<Tab> getLoadedTabs()

queueEvent

public void queueEvent(javax.faces.event.FacesEvent event)
Overrides:
queueEvent in class javax.faces.component.UIData

processDecodes

public void processDecodes(javax.faces.context.FacesContext context)
Overrides:
processDecodes in class javax.faces.component.UIData

processValidators

public void processValidators(javax.faces.context.FacesContext context)
Overrides:
processValidators in class javax.faces.component.UIData

processUpdates

public void processUpdates(javax.faces.context.FacesContext context)
Overrides:
processUpdates in class javax.faces.component.UIData

resetActiveIndex

protected void resetActiveIndex()

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

visitTree

public boolean visitTree(javax.faces.component.visit.VisitContext context,
                         javax.faces.component.visit.VisitCallback callback)
Overrides:
visitTree in class javax.faces.component.UIData

getFacesContext

protected javax.faces.context.FacesContext getFacesContext()
Overrides:
getFacesContext in class javax.faces.component.UIComponentBase

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget

handleAttribute

public void handleAttribute(String name,
                            Object value)


Copyright © 2012. All Rights Reserved.