com.infragistics.faces.shared.component
Class BoxRepeater

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
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder
Direct Known Subclasses:
HtmlBoxRepeater

public class BoxRepeater
extends DataRepeater


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
BoxRepeater()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.String getOrientation()
          Returns the box layout orientation
 int getSize()
          Returns the number of rows (horizontal orientation) or columns (vertical orientation)
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setOrientation(java.lang.String orientation)
          Sets the box layout orientation
 void setSize(int size)
          Sets the number of rows (horizontal orientation) or columns (vertical orientation)
 
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

BoxRepeater

public BoxRepeater()
Method Detail

getFamily

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

getOrientation

public java.lang.String getOrientation()
Returns the box layout orientation

Returns:
com.infragistics.faces.shared.enumeration.Orientation (horizontal, vertical)

getSize

public int getSize()
Returns the number of rows (horizontal orientation) or columns (vertical orientation)

Returns:
int

setOrientation

public void setOrientation(java.lang.String orientation)
Sets the box layout orientation

Parameters:
orientation - String (horizontal, vertical)

setSize

public void setSize(int size)
Sets the number of rows (horizontal orientation) or columns (vertical orientation)

Parameters:
size - int

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 DataRepeater

saveState

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