Class UIRepeat
- java.lang.Object
- 
- jakarta.faces.component.UIComponent
- 
- jakarta.faces.component.UIComponentBase
- 
- org.apache.myfaces.view.facelets.component.UIRepeat
 
 
 
- 
- All Implemented Interfaces:
- NamingContainer,- PartialStateHolder,- StateHolder,- TransientStateHolder,- ComponentSystemEventListener,- FacesListener,- SystemEventListenerHolder,- EventListener
 
 @JSFComponent(name="ui:repeat", defaultRendererType="facelets.ui.Repeat") public class UIRepeat extends UIComponentBase implements NamingContainer
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOMPONENT_FAMILYstatic StringCOMPONENT_TYPE- 
Fields inherited from class jakarta.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEY
 - 
Fields inherited from interface jakarta.faces.component.NamingContainerSEPARATOR_CHAR
 
- 
 - 
Constructor SummaryConstructors Constructor Description UIRepeat()
 - 
Method Summary- 
Methods inherited from class jakarta.faces.component.UIComponentBaseaddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 - 
Methods inherited from class jakarta.faces.component.UIComponentgetClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, subscribeToEvent, unsubscribeFromEvent
 
- 
 
- 
- 
- 
Field Detail- 
COMPONENT_TYPEpublic static final String COMPONENT_TYPE - See Also:
- Constant Field Values
 
 - 
COMPONENT_FAMILYpublic static final String COMPONENT_FAMILY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getFamilypublic String getFamily() - Specified by:
- getFamilyin class- UIComponent
 
 - 
getOffset@JSFProperty public int getOffset() 
 - 
setOffsetpublic void setOffset(int offset) 
 - 
getSize@JSFProperty public int getSize() 
 - 
setSizepublic void setSize(int size) 
 - 
getStep@JSFProperty public int getStep() 
 - 
setSteppublic void setStep(int step) 
 - 
getBegin@JSFProperty public int getBegin() 
 - 
setBeginpublic void setBegin(int begin) 
 - 
getEnd@JSFProperty public int getEnd() 
 - 
setEndpublic void setEnd(int end) 
 - 
getVar@JSFProperty(literalOnly=true) public String getVar() 
 - 
setVarpublic void setVar(String var) 
 - 
getVarStatus@JSFProperty(literalOnly=true) public String getVarStatus() 
 - 
setVarStatuspublic void setVarStatus(String varStatus) 
 - 
getDataModelprotected DataModel getDataModel() 
 - 
setValueExpressionpublic void setValueExpression(String name, jakarta.el.ValueExpression binding) - Overrides:
- setValueExpressionin class- UIComponent
 
 - 
getValue@JSFProperty public Object getValue() 
 - 
setValuepublic void setValue(Object value) 
 - 
getContainerClientIdpublic String getContainerClientId(FacesContext context) - Overrides:
- getContainerClientIdin class- UIComponent
 
 - 
getRowCountpublic int getRowCount() Returns the rowCount of the underlying DataModel.- Returns:
 
 - 
getIndexpublic int getIndex() - Returns:
- the current index.
 
 - 
setRowIndexpublic void setRowIndex(int index) 
 - 
processpublic void process(FacesContext faces, PhaseId phase) 
 - 
invokeOnComponentpublic boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) throws FacesException - Overrides:
- invokeOnComponentin class- UIComponentBase
- Throws:
- FacesException
 
 - 
getFacesContextprotected FacesContext getFacesContext() - Overrides:
- getFacesContextin class- UIComponentBase
 
 - 
visitTreepublic boolean visitTree(VisitContext context, VisitCallback callback) - Overrides:
- visitTreein class- UIComponentBase
 
 - 
processDecodespublic void processDecodes(FacesContext faces) - Overrides:
- processDecodesin class- UIComponentBase
 
 - 
processUpdatespublic void processUpdates(FacesContext faces) - Overrides:
- processUpdatesin class- UIComponentBase
 
 - 
processValidatorspublic void processValidators(FacesContext faces) - Overrides:
- processValidatorsin class- UIComponentBase
 
 - 
broadcastpublic void broadcast(FacesEvent event) throws AbortProcessingException - Overrides:
- broadcastin class- UIComponentBase
- Throws:
- AbortProcessingException
 
 - 
queueEventpublic void queueEvent(FacesEvent event) - Overrides:
- queueEventin class- UIComponentBase
 
 - 
restoreStatepublic void restoreState(FacesContext context, Object state) - Specified by:
- restoreStatein interface- StateHolder
- Overrides:
- restoreStatein class- UIComponentBase
 
 - 
saveStatepublic Object saveState(FacesContext context) - Specified by:
- saveStatein interface- StateHolder
- Overrides:
- saveStatein class- UIComponentBase
 
 - 
encodeBeginpublic void encodeBegin(FacesContext context) throws IOException - Overrides:
- encodeBeginin class- UIComponentBase
- Throws:
- IOException
 
 - 
encodeChildrenpublic void encodeChildren(FacesContext faces) throws IOException - Overrides:
- encodeChildrenin class- UIComponentBase
- Throws:
- IOException
 
 - 
getRendersChildrenpublic boolean getRendersChildren() - Overrides:
- getRendersChildrenin class- UIComponentBase
 
 
- 
 
-