com.ibm.xsp.component.xp
Class XspDataIterator

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.ibm.xsp.component.UIDataIterator
              extended by com.ibm.xsp.component.xp.XspDataIterator
All Implemented Interfaces:
FacesAjaxComponent, FacesDataIterator, FacesRefreshableComponent, FacesRowIndex, FacesDefinitionClass, javax.faces.component.NamingContainer, javax.faces.component.StateHolder

public class XspDataIterator
extends UIDataIterator

A control that repeats a control on a page. You can specify the number of repetitions based on either data binding or a formula result

XPages Container Controls - Repeat


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.faces.component.UIComponentBase
javax.faces.component.UIComponentBase.AggregatedIterator, javax.faces.component.UIComponentBase.UnmodifiableIterator
 
Nested classes/interfaces inherited from class javax.faces.component.UIComponent
javax.faces.component.UIComponent.StateMap, javax.faces.component.UIComponent.StateMapEntry
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class com.ibm.xsp.component.UIDataIterator
AJAX_GETROWS, COMPONENT_FAMILY, DEFAULT_ROWS_PER_PAGE
 
Fields inherited from class javax.faces.component.UIComponentBase
EMPTY_ITERATOR
 
Fields inherited from class javax.faces.component.UIComponent
_xspStateId
 
Constructor Summary
XspDataIterator()
           
 
Method Summary
 java.lang.String getDir()
           Return the value of the dir property.
 java.lang.String getLang()
           Return the value of the lang property.
 java.lang.String getRole()
           Return the value of the role property.
 java.lang.String getStyle()
           Return the value of the style property.
 java.lang.String getStyleClass()
           Return the value of the styleClass property.
 void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext _context)
           
 void setDir(java.lang.String dir)
           Set the value of the dir property.
 void setLang(java.lang.String lang)
           Set the value of the lang property.
 void setRole(java.lang.String role)
           Set the value of the role property.
 void setStyle(java.lang.String style)
           Set the value of the style property.
 void setStyleClass(java.lang.String styleClass)
           Set the value of the styleClass property.
 
Methods inherited from class com.ibm.xsp.component.UIDataIterator
_xspCleanTransientData, broadcast, computeDataModelKey, createDataModel, encodeBegin, encodeChildren, encodeEnd, getAjaxUrl, getAjaxUrl, getClientId, getDataModel, getDataSource, getFamily, getFirst, getIndex, getIndexVar, getJavaClass, getNonChildClientId, getRendersChildren, getRowCount, getRowCount, getRowIndex, getRows, getValue, getVar, gotoFirstPage, gotoLastPage, gotoNextPage, gotoPage, gotoPreviousPage, gotoRow, handles, invokeOnComponent, isNestedInUIIterator, isRemoveRepeat, isRepeatControls, isRowAvailable, processAjaxGetRows, processAjaxRequest, processDecodes, processUpdates, processValidators, publishControlData, pushVars, queueEvent, resetDataModel, restoreValueHolderState, revokeControlData, saveValueHolderState, setFirst, setIndex, setIndexVar, setRemoveRepeat, setRepeatControls, setRowIndex, setRows, setValue, setValueBinding, setVar, visitTree
 
Methods inherited from class javax.faces.component.UIComponentBase
_xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, decode, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class javax.faces.component.UIComponent
_xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, isVisitable, markInitialState, setControlState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

XspDataIterator

public XspDataIterator()
Method Detail

getDir

public java.lang.String getDir()

Return the value of the dir property. Contents:

Specifies the direction for text that does not inherit a direction. Valid values are 'LTR' (left to right) and 'RTL' (right to left).

Overrides:
getDir in class UIDataIterator

getLang

public java.lang.String getLang()

Return the value of the lang property. Contents:

Describes the language used in the generated markup of the control.


getRole

public java.lang.String getRole()

Return the value of the role property. Contents:

Describes the role of the current UI element/area. It can be used by assistive technologies to determine its purpose.


getStyle

public java.lang.String getStyle()

Return the value of the style property. Contents:

%/com.ibm.xsp.group.core/style/descr%


getStyleClass

public java.lang.String getStyleClass()

Return the value of the styleClass property. Contents:

%/com.ibm.xsp.group.core/styleClass/descr%


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 UIDataIterator

saveState

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

setDir

public void setDir(java.lang.String dir)

Set the value of the dir property.

Overrides:
setDir in class UIDataIterator

setLang

public void setLang(java.lang.String lang)

Set the value of the lang property.


setRole

public void setRole(java.lang.String role)

Set the value of the role property.


setStyle

public void setStyle(java.lang.String style)

Set the value of the style property.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

Set the value of the styleClass property.