|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase com.ibm.xsp.component.UIDataIterator com.ibm.xsp.component.xp.XspDataIterator
public class XspDataIterator
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 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 |
---|
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public XspDataIterator()
Method Detail |
---|
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).
getDir
in class UIDataIterator
public java.lang.String getLang()
Return the value of the lang
property. Contents:
Describes the language used in the generated markup of the control.
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.
public java.lang.String getStyle()
Return the value of the style
property. Contents:
%/com.ibm.xsp.group.core/style/descr%
public java.lang.String getStyleClass()
Return the value of the styleClass
property. Contents:
%/com.ibm.xsp.group.core/styleClass/descr%
public void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UIDataIterator
public java.lang.Object saveState(javax.faces.context.FacesContext _context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UIDataIterator
public void setDir(java.lang.String dir)
Set the value of the dir
property.
setDir
in class UIDataIterator
public void setLang(java.lang.String lang)
Set the value of the lang
property.
public void setRole(java.lang.String role)
Set the value of the role
property.
public void setStyle(java.lang.String style)
Set the value of the style
property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass
property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |