com.infragistics.faces.shared.component.html
Class HtmlBoxRepeater

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.infragistics.faces.shared.component.DataRepeater
              extended bycom.infragistics.faces.shared.component.BoxRepeater
                  extended bycom.infragistics.faces.shared.component.html.HtmlBoxRepeater
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder

public class HtmlBoxRepeater
extends BoxRepeater


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.shared.component.DataRepeater
DATA_ROW
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
HtmlBoxRepeater()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.String getStyle()
          Returns the CSS style for this component
 java.lang.String getStyleClass()
          Returns the CSS style name for this 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 CSS style for this component
 void setStyleClass(java.lang.String styleClass)
          Sets the CSS style name for this component
 
Methods inherited from class com.infragistics.faces.shared.component.BoxRepeater
getOrientation, getSize, setOrientation, setSize
 
Methods inherited from class com.infragistics.faces.shared.component.DataRepeater
broadcast, dataBind, encodeBegin, encodeEnd, export, getDataKeyName, getDataKeyValue, getDataSource, getTemplateItems, popDataRow, processUpdates, processValidators, pushDataRow, queueEvent, setDataKeyName, setDataSource, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponentBase
decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
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

HtmlBoxRepeater

public HtmlBoxRepeater()
Method Detail

getFamily

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

getStyle

public java.lang.String getStyle()
Returns the CSS style for this component

Returns:
java.lang.String

getStyleClass

public java.lang.String getStyleClass()
Returns the CSS style name for this component

Returns:
java.lang.String

setStyle

public void setStyle(java.lang.String style)
Sets the CSS style for this component

Parameters:
style - String

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Sets the CSS style name for this component

Parameters:
styleClass - String

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 BoxRepeater

saveState

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