|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.richfaces.component.AbstractTogglePanelItem
org.richfaces.component.AbstractAccordionItem
public abstract class AbstractAccordionItem
The <rich:accordionItem> component is a panel for use with the <rich:accordion> component. <rich:accordionItem> components can be added dynamically using iteration models with the <c:forEach> tag.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.richfaces.component.AbstractTogglePanelTitledItem |
|---|
AbstractTogglePanelTitledItem.HeaderStates |
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.richfaces.component.AbstractTogglePanelItem |
|---|
NAME |
| 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 |
| Constructor Summary | |
|---|---|
AbstractAccordionItem()
|
|
| Method Summary | |
|---|---|
AbstractAccordion |
getAccordion()
|
String |
getContentClass()
The CSS class applied to the panel content |
String |
getHeader()
Provides the text on the panel header. |
String |
getHeaderActiveClass()
The CSS class applied to the header when this panel is active |
String |
getHeaderClass()
The CSS class applied to the header |
String |
getHeaderDisabledClass()
The CSS class applied to the header when this panel is disabled |
javax.faces.component.UIComponent |
getHeaderFacet(Enum<?> state)
|
String |
getHeaderInactiveClass()
The CSS class applied to the header when this panel is inactive |
String |
getLeftActiveIcon()
The icon displayed on the left of the panel header when the panel is active |
String |
getLeftDisabledIcon()
The icon displayed on the left of the panel header when the panel is not active |
String |
getLeftInactiveIcon()
The icon displayed on the left of the panel header when the panel is disabled |
AbstractAccordion |
getParentPanel()
|
String |
getRightActiveIcon()
The icon displayed on the right of the panel header when the panel is active |
String |
getRightDisabledIcon()
The icon displayed on the right of the panel header when the panel is disabled |
String |
getRightInactiveIcon()
The icon displayed on the right of the panel header when the panel is not active |
org.richfaces.component.SwitchType |
getSwitchType()
The switch mode when a panel is activated. |
void |
setContentClass(String contentClass)
|
void |
setHeader(String header)
|
void |
setHeaderActiveClass(String headerActiveClass)
|
void |
setHeaderClass(String headerClass)
|
void |
setHeaderDisabledClass(String headerDisabledClass)
|
void |
setHeaderInactiveClass(String headerInactiveClass)
|
void |
setLeftActiveIcon(String leftActiveIcon)
|
void |
setLeftDisabledIcon(String leftDisabledIcon)
|
void |
setLeftInactiveIcon(String leftInactiveIcon)
|
void |
setRightActiveIcon(String rightActiveIcon)
|
void |
setRightDisabledIcon(String rightDisabledIcon)
|
void |
setRightInactiveIcon(String inactiveRightIcon)
|
void |
setSwitchType(org.richfaces.component.SwitchType switchType)
|
| Methods inherited from class org.richfaces.component.AbstractTogglePanelItem |
|---|
getFamily, getName, isActive, isDynamicPanelItem, setName, shouldProcess, toString |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, 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, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.richfaces.component.AbstractTogglePanelTitledItem |
|---|
getHeaderStyle, getOnheaderclick, getOnheaderdblclick, getOnheadermousedown, getOnheadermousemove, getOnheadermouseup, isDisabled |
| Methods inherited from interface org.richfaces.component.AbstractTogglePanelItemInterface |
|---|
getName, getOnenter, getOnleave, isActive, isDynamicPanelItem, isRendered, shouldProcess |
| Methods inherited from interface org.richfaces.component.AbstractDivPanel |
|---|
getDir, getLang, getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail |
|---|
public AbstractAccordionItem()
| Method Detail |
|---|
public AbstractAccordion getParentPanel()
getParentPanel in interface AbstractTogglePanelItemInterfacegetParentPanel in class AbstractTogglePanelItempublic AbstractAccordion getAccordion()
public javax.faces.component.UIComponent getHeaderFacet(Enum<?> state)
public String getHeader()
Provides the text on the panel header. The panel header is all that is visible when the accordion item is collapsed.
Alternatively the header facet could be used in place of the header attribute. This would allow for additional styles and custom content to be applied to the tab.
getHeader in interface AbstractTogglePanelTitledItempublic void setHeader(String header)
public String getLeftActiveIcon()
public void setLeftActiveIcon(String leftActiveIcon)
public String getLeftDisabledIcon()
public void setLeftDisabledIcon(String leftDisabledIcon)
public String getLeftInactiveIcon()
public void setLeftInactiveIcon(String leftInactiveIcon)
public String getRightActiveIcon()
public void setRightActiveIcon(String rightActiveIcon)
public String getRightDisabledIcon()
public void setRightDisabledIcon(String rightDisabledIcon)
public String getRightInactiveIcon()
public void setRightInactiveIcon(String inactiveRightIcon)
public String getHeaderActiveClass()
getHeaderActiveClass in interface AbstractTogglePanelTitledItempublic void setHeaderActiveClass(String headerActiveClass)
public String getHeaderDisabledClass()
getHeaderDisabledClass in interface AbstractTogglePanelTitledItempublic void setHeaderDisabledClass(String headerDisabledClass)
public String getHeaderInactiveClass()
getHeaderInactiveClass in interface AbstractTogglePanelTitledItempublic void setHeaderInactiveClass(String headerInactiveClass)
public String getHeaderClass()
getHeaderClass in interface AbstractTogglePanelTitledItempublic void setHeaderClass(String headerClass)
public String getContentClass()
getContentClass in interface AbstractTogglePanelTitledItempublic void setContentClass(String contentClass)
public org.richfaces.component.SwitchType getSwitchType()
getSwitchType in interface AbstractTogglePanelItemInterfacegetSwitchType in class AbstractTogglePanelItempublic void setSwitchType(org.richfaces.component.SwitchType switchType)
setSwitchType in class AbstractTogglePanelItem
|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||