com.infragistics.faces.bar.taglib.html
Class StackbarGroupTag
java.lang.Object
javax.faces.webapp.UIComponentTag
com.infragistics.faces.bar.taglib.html.StackbarGroupTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
- public class StackbarGroupTag
- extends javax.faces.webapp.UIComponentTag
JSP Tags For The stackbarGroup 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:stackbarGroup >
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. |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| 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 |
StackbarGroupTag
public StackbarGroupTag()
Constructor
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)