com.infragistics.faces.bar.taglib.html
Class SidebarTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended bycom.infragistics.faces.bar.taglib.html.SidebarTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class SidebarTag
extends javax.faces.webapp.UIComponentTag

JSP Tags For The sidebar Component.

Use

To use the component in a JSP page, declare the taglib:
 <%@ taglib prefix="ig" uri="http://www.infragistics.com/faces/netadvantage" %>
 
and instantiate:
 <ig:sidebar >
 

Attributes

Name Type Default Description
groupCollapsedHoverStyleClass String "" name of the css class applied to the header portion of collapsed groups whenever the mouse is over
groupCollapsedStyleClass String "" name of the css class applied to the header portion of collapsed groups
groupContentStyleClass String "" name of the css class applied to the content area of nested groups
groupExpandedHoverStyleClass String "" name of the css class applied to the header portion of expanded groups whenever the mouse is over
groupExpandedStyleClass String "" name of the css class applied to the header portion of expanded groups
style String "" style applied to the content area of the group
styleClass String "" name of the css class applied to the component


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SidebarTag()
          Constructor
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setGroupCollapsedHoverStyleClass(java.lang.String newValue)
           
 void setGroupCollapsedStyleClass(java.lang.String newValue)
           
 void setGroupContentStyleClass(java.lang.String newValue)
           
 void setGroupExpandedHoverStyleClass(java.lang.String newValue)
           
 void setGroupExpandedStyleClass(java.lang.String newValue)
           
 void setStyle(java.lang.String newValue)
           
 void setStyleClass(java.lang.String newValue)
           
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, getComponentInstance, getCreated, getParent, getParentUIComponentTag, isValueReference, setBinding, setId, setPageContext, setParent, setRendered
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SidebarTag

public SidebarTag()

Constructor

Method Detail

getComponentType

public java.lang.String getComponentType()

getRendererType

public java.lang.String getRendererType()

release

public void release()

setGroupCollapsedHoverStyleClass

public void setGroupCollapsedHoverStyleClass(java.lang.String newValue)

setGroupCollapsedStyleClass

public void setGroupCollapsedStyleClass(java.lang.String newValue)

setGroupContentStyleClass

public void setGroupContentStyleClass(java.lang.String newValue)

setGroupExpandedHoverStyleClass

public void setGroupExpandedHoverStyleClass(java.lang.String newValue)

setGroupExpandedStyleClass

public void setGroupExpandedStyleClass(java.lang.String newValue)

setStyle

public void setStyle(java.lang.String newValue)

setStyleClass

public void setStyleClass(java.lang.String newValue)