org.apache.myfaces.custom.accordion
Class HtmlAccordionPanel
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.component.html.ext.HtmlPanelGroup
org.apache.myfaces.custom.accordion.HtmlAccordionPanel
- All Implemented Interfaces:
- javax.faces.component.StateHolder, UserRoleAware, org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
public class HtmlAccordionPanel
- extends HtmlPanelGroup
- Version:
- $Revision: $ $Date: $
- Author:
- Martin Marinschek
Fields inherited from class javax.faces.component.UIPanel |
COMPONENT_FAMILY |
Fields inherited from interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable |
DISPLAY_VALUE_ONLY_ATTR, DISPLAY_VALUE_ONLY_STYLE_ATTR, DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR |
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlPanelGroup |
getClientId, getColspan, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, getEnabledOnUserRole, getVisibleOnUserRole, isDisplayValueOnly, isRendered, isSetDisplayValueOnly, setColspan, setDisplayValueOnly, setDisplayValueOnlyStyle, setDisplayValueOnlyStyleClass, setEnabledOnUserRole, setVisibleOnUserRole |
Methods inherited from class javax.faces.component.html.HtmlPanelGroup |
getStyle, getStyleClass, setStyle, setStyleClass |
Methods inherited from class javax.faces.component.UIPanel |
getFamily |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCORDION_LAYOUT
public static java.lang.String ACCORDION_LAYOUT
TOGGLING_LAYOUT
public static java.lang.String TOGGLING_LAYOUT
EXPANDED_BACK_COLOR
public static java.lang.String EXPANDED_BACK_COLOR
EXPANDED_TEXT_COLOR
public static java.lang.String EXPANDED_TEXT_COLOR
EXPANDED_FONT_WEIGHT
public static java.lang.String EXPANDED_FONT_WEIGHT
COLLAPSED_BACK_COLOR
public static java.lang.String COLLAPSED_BACK_COLOR
COLLAPSED_TEXT_COLOR
public static java.lang.String COLLAPSED_TEXT_COLOR
COLLAPSED_FONT_WEIGHT
public static java.lang.String COLLAPSED_FONT_WEIGHT
HOVER_BACK_COLOR
public static java.lang.String HOVER_BACK_COLOR
HOVER_TEXT_COLOR
public static java.lang.String HOVER_TEXT_COLOR
BORDER_COLOR
public static java.lang.String BORDER_COLOR
EXPAND_STATEHOLDER_ID
public static java.lang.String EXPAND_STATEHOLDER_ID
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
DEFAULT_RENDERER_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
- See Also:
- Constant Field Values
HtmlAccordionPanel
public HtmlAccordionPanel()
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class HtmlPanelGroup
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class HtmlPanelGroup
getLayout
public java.lang.String getLayout()
- Overrides:
getLayout
in class HtmlPanelGroup
setLayout
public void setLayout(java.lang.String layout)
- Overrides:
setLayout
in class HtmlPanelGroup
getExpandedBackColor
public java.lang.String getExpandedBackColor()
setExpandedBackColor
public void setExpandedBackColor(java.lang.String expandedBackColor)
getExpandedTextColor
public java.lang.String getExpandedTextColor()
setExpandedTextColor
public void setExpandedTextColor(java.lang.String expandedTextColor)
getExpandedFontWeight
public java.lang.String getExpandedFontWeight()
setExpandedFontWeight
public void setExpandedFontWeight(java.lang.String expandedFontWeight)
getCollapsedBackColor
public java.lang.String getCollapsedBackColor()
setCollapsedBackColor
public void setCollapsedBackColor(java.lang.String collapsedBackColor)
getCollapsedTextColor
public java.lang.String getCollapsedTextColor()
setCollapsedTextColor
public void setCollapsedTextColor(java.lang.String collapsedTextColor)
getCollapsedFontWeight
public java.lang.String getCollapsedFontWeight()
setCollapsedFontWeight
public void setCollapsedFontWeight(java.lang.String collapsedFontWeight)
getHoverBackColor
public java.lang.String getHoverBackColor()
setHoverBackColor
public void setHoverBackColor(java.lang.String hoverBackColor)
getHoverTextColor
public java.lang.String getHoverTextColor()
setHoverTextColor
public void setHoverTextColor(java.lang.String hoverTextColor)
getBorderColor
public java.lang.String getBorderColor()
setBorderColor
public void setBorderColor(java.lang.String borderColor)
getChildExpanded
public java.util.List getChildExpanded()
setChildExpanded
public void setChildExpanded(java.util.List childExpanded)
Copyright © 2011. All Rights Reserved.