public class AccordionPanel extends UITabPanel
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.accordionpanel.AccordionPanelBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
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 |
DEFAULT_RENDERER |
static String |
INACTIVE_TAB_CONTENT_CLASS |
static String |
TAB_HEADER_CLASS |
static String |
TAB_HEADER_ICON_CLASS |
static String |
TAB_HEADER_ICON_RTL_CLASS |
| Constructor and Description |
|---|
AccordionPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
Tab |
findTab(String tabClientId) |
String |
getActiveIndex() |
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getDefaultEventName() |
String |
getDir() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getOnTabChange() |
String |
getOnTabClose() |
String |
getOnTabShow() |
String |
getStyle() |
String |
getStyleClass() |
javax.el.MethodExpression |
getTabController() |
String |
getTabindex() |
String |
getWidgetVar() |
boolean |
isCache() |
boolean |
isContentLoadRequest(javax.faces.context.FacesContext context) |
boolean |
isMultiple() |
boolean |
isRTL() |
void |
processUpdates(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 |
setDir(String dir) |
void |
setMultiple(boolean multiple) |
void |
setOnTabChange(String onTabChange) |
void |
setOnTabClose(String onTabClose) |
void |
setOnTabShow(String onTabShow) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabController(javax.el.MethodExpression tabController) |
void |
setTabindex(String tabindex) |
void |
setWidgetVar(String widgetVar) |
encodeBegin, encodeChildren, getContainerClientId, getDataModel, getFacesContext, getIndex, getIndexData, getOffset, getRendersChildren, getRowCount, getSize, getStep, getValue, getVar, getVarStatus, invokeOnComponent, isDynamic, isPrependId, isRepeating, process, processDecodes, processValidators, resetLoadedTabsState, setDynamic, setIndex, setOffset, setPrependId, setSize, setStep, setValue, setValueExpression, setVar, setVarStatus, shouldSkipChildren, visitTreeaddClientBehavior, addFacesListener, clearInitialState, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEventpublic static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String ACTIVE_TAB_HEADER_CLASS
public static final String TAB_HEADER_CLASS
public static final String TAB_HEADER_ICON_CLASS
public static final String TAB_HEADER_ICON_RTL_CLASS
public static final String ACTIVE_TAB_HEADER_ICON_CLASS
public static final String ACTIVE_TAB_CONTENT_CLASS
public static final String INACTIVE_TAB_CONTENT_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic boolean isContentLoadRequest(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class UITabPanelpublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class UITabPanelprotected void resetActiveIndex()
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class UITabPaneljavax.faces.event.AbortProcessingExceptionpublic String getFamily()
getFamily in class javax.faces.component.UIPanelpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getActiveIndex()
public void setActiveIndex(String activeIndex)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getOnTabChange()
public void setOnTabChange(String onTabChange)
public String getOnTabShow()
public void setOnTabShow(String onTabShow)
public String getOnTabClose()
public void setOnTabClose(String onTabClose)
public boolean isCache()
public void setCache(boolean cache)
public boolean isMultiple()
public void setMultiple(boolean multiple)
public String getDir()
public void setDir(String dir)
public String getTabindex()
public void setTabindex(String tabindex)
public javax.el.MethodExpression getTabController()
public void setTabController(javax.el.MethodExpression tabController)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.