com.infragistics.faces.grid.component
Class RowItem

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.infragistics.faces.grid.component.RowItem
All Implemented Interfaces:
javax.faces.component.StateHolder

public class RowItem
extends javax.faces.component.UIComponentBase

Used internaly for now.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Constructor Summary
RowItem()
           
 
Method Summary
 java.util.List getCells()
           
 java.lang.String getFamily()
           
 boolean isExpanded()
          Returns the Row expansion status
 boolean isSelected()
          Returns a flag indicating whether the row is selected or not
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setExpanded(boolean expanded)
          Sets the Row expansion status
 void setSelected(boolean selected)
          Sets a flag indicating whether the row is selected or not
 
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

RowItem

public RowItem()
Method Detail

getCells

public java.util.List getCells()

getFamily

public java.lang.String getFamily()

isExpanded

public boolean isExpanded()
Returns the Row expansion status

Returns:
boolean

isSelected

public boolean isSelected()
Returns a flag indicating whether the row is selected or not

Returns:
boolean

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
See Also:
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
See Also:
StateHolder.saveState(javax.faces.context.FacesContext)

setExpanded

public void setExpanded(boolean expanded)
Sets the Row expansion status

Parameters:
expanded - boolean

setSelected

public void setSelected(boolean selected)
Sets a flag indicating whether the row is selected or not

Parameters:
selected -