|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIColumn
com.infragistics.faces.grid.component.ColumnSelectRow
The ColumnSelectRow component displays a column that allow to select individual rows. A 'select all'
checkbox can be displayed based upon the showSelectAll property.
<%@ taglib prefix="ig" uri="http://www.infragistics.com/faces/netadvantage" %>
<infragistics:columnSelectRow binding = EL expression id = String showSelectAll = [true || false] />
| Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Constructor Summary | |
ColumnSelectRow()
|
|
| Method Summary | |
javax.faces.component.UIComponent |
getFacet(java.lang.String name)
|
java.lang.String |
getFamily()
|
boolean |
getShowSelectAll()
Returns a flag indicating whether the 'Select All' checkbox is displayed or not |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setShowSelectAll(boolean showSelectAll)
Sets a flag indicating whether the 'Select All' checkbox is displayed or not |
| Methods inherited from class javax.faces.component.UIColumn |
getFooter, getHeader, setFooter, setHeader |
| Methods inherited from class javax.faces.component.UIComponentBase |
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, 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 |
public static java.lang.String COMPONENT_FAMILY
public static java.lang.String COMPONENT_TYPE
public static java.lang.String RENDERER_TYPE
| Constructor Detail |
public ColumnSelectRow()
| Method Detail |
public javax.faces.component.UIComponent getFacet(java.lang.String name)
public java.lang.String getFamily()
public boolean getShowSelectAll()
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.Object saveState(javax.faces.context.FacesContext context)
StateHolder.saveState(javax.faces.context.FacesContext)public void setShowSelectAll(boolean showSelectAll)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||