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

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

public class SidebarGroupTag
extends javax.faces.webapp.UIComponentTag

JSP Tags For The sidebarGroup 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:sidebarGroup >
 

Attributes

Name Type Default Description
contentStyleClass String "" Space-separated list of CSS style class(es) applied to the content area of the group.
expanded boolean "false" Group expanded status
expandedHoverStyleClass String "" Space-separated list of CSS style class(es) applied to the group when it is expanded and the mouse hovers over it.
expandedStyleClass String "" Space-separated list of CSS style class(es) applied to the group when it is expanded.
hoverIconUrl String "" URL for bar image
hoverStyleClass String "" Space-separated list of CSS style class(es) applied to the group when it is not expanded and the mouse hovers over it.
iconUrl String "" URL for bar image
shortcut String "" Shorcut key associated with the component. A platform dependent modifier (alt, shift etc) is automatically added.
style String "" CSS style applied when this component is rendered.
styleClass String "" Space-separated list of CSS style class(es) applied by default to this group when it is rendered.
text String "" Bar label text
tooltip String "" Tooltip string associated with this component. The string is automatically displayed in the browser status bar or as a popup tooltip where appropriate.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SidebarGroupTag()
          Constructor
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setContentStyleClass(java.lang.String newValue)
           
 void setExpanded(java.lang.String newValue)
           
 void setExpandedHoverStyleClass(java.lang.String newValue)
           
 void setExpandedStyleClass(java.lang.String newValue)
           
 void setHoverIconUrl(java.lang.String newValue)
           
 void setHoverStyleClass(java.lang.String newValue)
           
 void setIconUrl(java.lang.String newValue)
           
 void setShortcut(java.lang.String newValue)
           
 void setStyle(java.lang.String newValue)
           
 void setStyleClass(java.lang.String newValue)
           
 void setText(java.lang.String newValue)
           
 void setTooltip(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

SidebarGroupTag

public SidebarGroupTag()

Constructor

Method Detail

getComponentType

public java.lang.String getComponentType()

getRendererType

public java.lang.String getRendererType()

release

public void release()

setContentStyleClass

public void setContentStyleClass(java.lang.String newValue)

setExpanded

public void setExpanded(java.lang.String newValue)

setExpandedHoverStyleClass

public void setExpandedHoverStyleClass(java.lang.String newValue)

setExpandedStyleClass

public void setExpandedStyleClass(java.lang.String newValue)

setHoverIconUrl

public void setHoverIconUrl(java.lang.String newValue)

setHoverStyleClass

public void setHoverStyleClass(java.lang.String newValue)

setIconUrl

public void setIconUrl(java.lang.String newValue)

setShortcut

public void setShortcut(java.lang.String newValue)

setStyle

public void setStyle(java.lang.String newValue)

setStyleClass

public void setStyleClass(java.lang.String newValue)

setText

public void setText(java.lang.String newValue)

setTooltip

public void setTooltip(java.lang.String newValue)