com.infragistics.faces.bar.component.html
Class HtmlSidebar

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.infragistics.faces.bar.component.Sidebar
              extended bycom.infragistics.faces.bar.component.html.HtmlSidebar
All Implemented Interfaces:
javax.faces.component.StateHolder

public class HtmlSidebar
extends Sidebar


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Constructor Summary
HtmlSidebar()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.String getGroupCollapsedHoverStyleClass()
          Returns the name of the css class applied to the header portion of collapsed groups whenever the mouse is over
 java.lang.String getGroupCollapsedStyleClass()
          Returns the name of the css class applied to the header portion of collapsed groups
 java.lang.String getGroupContentStyleClass()
          Returns the name of the css class applied to the content area of nested groups
 java.lang.String getGroupExpandedHoverStyleClass()
          Returns the name of the css class applied to the header portion of expanded groups whenever the mouse is over
 java.lang.String getGroupExpandedStyleClass()
          Returns the name of the css class applied to the header portion of expanded groups
 java.lang.String getStyle()
          Returns the style applied to the content area of the group
 java.lang.String getStyleClass()
          Returns the name of the css class applied to the component
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setGroupCollapsedHoverStyleClass(java.lang.String groupCollapsedHoverStyleClass)
          Sets the name of the css class applied to the header portion of collapsed groups whenever the mouse is over
 void setGroupCollapsedStyleClass(java.lang.String groupCollapsedStyleClass)
          Sets the name of the css class applied to the header portion of collapsed groups
 void setGroupContentStyleClass(java.lang.String groupContentStyleClass)
          Sets the name of the css class applied to the content area of nested groups
 void setGroupExpandedHoverStyleClass(java.lang.String groupExpandedHoverStyleClass)
          Sets the name of the css class applied to the header portion of expanded groups whenever the mouse is over
 void setGroupExpandedStyleClass(java.lang.String groupExpandedStyleClass)
          Sets the name of the css class applied to the header portion of expanded groups
 void setStyle(java.lang.String style)
          Sets the style applied to the content area of the group
 void setStyleClass(java.lang.String styleClass)
          Sets the name of the css class applied to the component
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_FAMILY

public static java.lang.String COMPONENT_FAMILY

COMPONENT_TYPE

public static java.lang.String COMPONENT_TYPE

RENDERER_TYPE

public static java.lang.String RENDERER_TYPE
Constructor Detail

HtmlSidebar

public HtmlSidebar()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class Sidebar

getGroupCollapsedHoverStyleClass

public java.lang.String getGroupCollapsedHoverStyleClass()
Returns the name of the css class applied to the header portion of collapsed groups whenever the mouse is over

Returns:
java.lang.String

getGroupCollapsedStyleClass

public java.lang.String getGroupCollapsedStyleClass()
Returns the name of the css class applied to the header portion of collapsed groups

Returns:
java.lang.String

getGroupContentStyleClass

public java.lang.String getGroupContentStyleClass()
Returns the name of the css class applied to the content area of nested groups

Returns:
java.lang.String

getGroupExpandedHoverStyleClass

public java.lang.String getGroupExpandedHoverStyleClass()
Returns the name of the css class applied to the header portion of expanded groups whenever the mouse is over

Returns:
java.lang.String

getGroupExpandedStyleClass

public java.lang.String getGroupExpandedStyleClass()
Returns the name of the css class applied to the header portion of expanded groups

Returns:
java.lang.String

getStyle

public java.lang.String getStyle()
Returns the style applied to the content area of the group

Returns:
java.lang.String

getStyleClass

public java.lang.String getStyleClass()
Returns the name of the css class applied to the component

Returns:
java.lang.String

setGroupCollapsedHoverStyleClass

public void setGroupCollapsedHoverStyleClass(java.lang.String groupCollapsedHoverStyleClass)
Sets the name of the css class applied to the header portion of collapsed groups whenever the mouse is over

Parameters:
groupCollapsedHoverStyleClass - String

setGroupCollapsedStyleClass

public void setGroupCollapsedStyleClass(java.lang.String groupCollapsedStyleClass)
Sets the name of the css class applied to the header portion of collapsed groups

Parameters:
groupCollapsedStyleClass - String

setGroupContentStyleClass

public void setGroupContentStyleClass(java.lang.String groupContentStyleClass)
Sets the name of the css class applied to the content area of nested groups

Parameters:
groupContentStyleClass - String

setGroupExpandedHoverStyleClass

public void setGroupExpandedHoverStyleClass(java.lang.String groupExpandedHoverStyleClass)
Sets the name of the css class applied to the header portion of expanded groups whenever the mouse is over

Parameters:
groupExpandedHoverStyleClass - String

setGroupExpandedStyleClass

public void setGroupExpandedStyleClass(java.lang.String groupExpandedStyleClass)
Sets the name of the css class applied to the header portion of expanded groups

Parameters:
groupExpandedStyleClass - String

setStyle

public void setStyle(java.lang.String style)
Sets the style applied to the content area of the group

Parameters:
style - String

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Sets the name of the css class applied to the component

Parameters:
styleClass - String

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 Sidebar

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class Sidebar