com.infragistics.faces.grid.taglib.html
Class ColumnSelectRowTag
java.lang.Object
javax.faces.webapp.UIComponentTag
com.infragistics.faces.grid.taglib.html.ColumnSelectRowTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
- public class ColumnSelectRowTag
- extends javax.faces.webapp.UIComponentTag
JSP Tags For The columnSelectRow 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:columnSelectRow >
Attributes
| Name | Type | Default | Description |
| showSelectAll | boolean | "" | flag indicating whether the 'Select All' checkbox is displayed or not |
| style | String | "" | default Style applied to the component |
| styleClass | String | "" | name of the css class applied to the component |
| 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 |
ColumnSelectRowTag
public ColumnSelectRowTag()
Constructor
getComponentType
public java.lang.String getComponentType()
getRendererType
public java.lang.String getRendererType()
release
public void release()
setShowSelectAll
public void setShowSelectAll(java.lang.String newValue)
setStyle
public void setStyle(java.lang.String newValue)
setStyleClass
public void setStyleClass(java.lang.String newValue)