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

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

public class HtmlColumn
extends Column

The HtmlColumn component displays a column whose appearahce can be modified using the style and styleClass properties.

Facets

None


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Fields inherited from class com.infragistics.faces.grid.component.Column
FACET_MASTER_DETAIL
 
Constructor Summary
HtmlColumn()
           
 
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.Column
getFooter, getHeader, getMasterDetail, getSortBy, setMasterDetail, setSortBy
 
Methods inherited from class javax.faces.component.UIColumn
setFooter, setHeader
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, 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

HtmlColumn

public HtmlColumn()
Method Detail

getFamily

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

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 Column
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 Column
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 -