com.infragistics.faces.grid.component.html
Class HtmlColumnSelectRow

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byjavax.faces.component.UIColumn
              extended bycom.infragistics.faces.grid.component.ColumnSelectRow
                  extended bycom.infragistics.faces.grid.component.html.HtmlColumnSelectRow
All Implemented Interfaces:
javax.faces.component.StateHolder

public class HtmlColumnSelectRow
extends ColumnSelectRow

The HtmlColumnSelectRow component displays a column that allow to select individual rows. A 'select all' checkbox can be displayed based upon the showSelectAll property.

Facets

None


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Constructor Summary
HtmlColumnSelectRow()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.String getStyle()
          Returns the default Style applied to the component
 java.lang.String getStyleClass()
          Returns the name of the css class applied to the component
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setStyle(java.lang.String style)
          Sets the default Style applied to the component
 void setStyleClass(java.lang.String cssClass)
          Sets the name of the css class applied to the component
 
Methods inherited from class com.infragistics.faces.grid.component.ColumnSelectRow
getFacet, getShowSelectAll, setShowSelectAll
 
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

COMPONENT_FAMILY

public static java.lang.String COMPONENT_FAMILY

COMPONENT_TYPE

public static java.lang.String COMPONENT_TYPE

RENDERER_TYPE

public static java.lang.String RENDERER_TYPE
Constructor Detail

HtmlColumnSelectRow

public HtmlColumnSelectRow()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class ColumnSelectRow

getStyle

public java.lang.String getStyle()
Returns the default Style applied to the component

Returns:
the Style

getStyleClass

public java.lang.String getStyleClass()
Returns the name of the css class applied to the component

Returns:
the StyleClass

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class ColumnSelectRow
See Also:
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class ColumnSelectRow
See Also:
StateHolder.saveState(javax.faces.context.FacesContext)

setStyle

public void setStyle(java.lang.String style)
Sets the default Style applied to the component

Parameters:
style -

setStyleClass

public void setStyleClass(java.lang.String cssClass)
Sets the name of the css class applied to the component

Parameters:
cssClass -