public class AccordionPanel extends UITabPanel implements Widget, RTLAware, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
AccordionPanel.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 |
INACTIVE_TAB_CONTENT_CLASS |
static String |
MOBILE_ACTIVE_ICON_CLASS |
static String |
MOBILE_ACTIVE_TAB_CONTAINER_CLASS |
static String |
MOBILE_ACTIVE_TAB_CONTENT_CLASS |
static String |
MOBILE_ACTIVE_TAB_HEADER_CLASS |
static String |
MOBILE_CONTAINER_CLASS |
static String |
MOBILE_INACTIVE_ICON_CLASS |
static String |
MOBILE_INACTIVE_TAB_CONTAINER_CLASS |
static String |
MOBILE_INACTIVE_TAB_CONTENT_CLASS |
static String |
MOBILE_INACTIVE_TAB_HEADER_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 |
---|---|
Tab |
findTab(String tabClientId) |
String |
getActiveIndex() |
String |
getDefaultEventName() |
String |
getDir() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getOnTabChange() |
String |
getOnTabShow() |
String |
getStyle() |
String |
getStyleClass() |
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 |
setOnTabShow(String _onTabShow) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setWidgetVar(String _widgetVar) |
broadcast, encodeBegin, encodeChildren, getContainerClientId, getDataModel, getFacesContext, getIndex, getIndexData, getLoadedTabs, getOffset, getRendersChildren, getRowCount, getSize, getStep, getValue, getVar, getVarStatus, invokeOnComponent, isDynamic, isPrependId, isRepeating, process, processDecodes, processValidators, setDynamic, setIndex, setOffset, setPrependId, setSize, setStep, setValue, setValueExpression, setVar, setVarStatus, visitTree
addClientBehavior, addFacesListener, clearInitialState, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 MOBILE_CONTAINER_CLASS
public static final String MOBILE_INACTIVE_TAB_CONTAINER_CLASS
public static final String MOBILE_ACTIVE_TAB_CONTAINER_CLASS
public static final String MOBILE_ACTIVE_TAB_HEADER_CLASS
public static final String MOBILE_INACTIVE_TAB_HEADER_CLASS
public static final String MOBILE_ACTIVE_TAB_CONTENT_CLASS
public static final String MOBILE_INACTIVE_TAB_CONTENT_CLASS
public static final String MOBILE_ACTIVE_ICON_CLASS
public static final String MOBILE_INACTIVE_ICON_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public 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 boolean isCache()
public void setCache(boolean _cache)
public boolean isMultiple()
public void setMultiple(boolean _multiple)
public String getDir()
public void setDir(String _dir)
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public boolean isContentLoadRequest(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class UITabPanel
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class UITabPanel
protected void resetActiveIndex()
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.