com.sun.facelets.component
Class UIRepeat
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.sun.facelets.component.UIRepeat
- All Implemented Interfaces:
- NamingContainer, StateHolder
public class UIRepeat
- extends UIComponentBase
- implements NamingContainer
| Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, decode, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIRepeat
public UIRepeat()
getFamily
public String getFamily()
- Specified by:
getFamily in class UIComponent
getOffset
public int getOffset()
setOffset
public void setOffset(int offset)
getSize
public int getSize()
setSize
public void setSize(int size)
getVar
public String getVar()
setVar
public void setVar(String var)
getValue
public Object getValue()
setValue
public void setValue(Object value)
getClientId
public String getClientId(FacesContext faces)
- Overrides:
getClientId in class UIComponentBase
process
public void process(FacesContext faces,
PhaseId phase)
processDecodes
public void processDecodes(FacesContext faces)
- Overrides:
processDecodes in class UIComponentBase
processUpdates
public void processUpdates(FacesContext faces)
- Overrides:
processUpdates in class UIComponentBase
processValidators
public void processValidators(FacesContext faces)
- Overrides:
processValidators in class UIComponentBase
broadcast
public void broadcast(FacesEvent event)
throws AbortProcessingException
- Overrides:
broadcast in class UIComponentBase
- Throws:
AbortProcessingException
queueEvent
public void queueEvent(FacesEvent event)
- Overrides:
queueEvent in class UIComponentBase
restoreState
public void restoreState(FacesContext faces,
Object object)
- Specified by:
restoreState in interface StateHolder- Overrides:
restoreState in class UIComponentBase
saveState
public Object saveState(FacesContext faces)
- Specified by:
saveState in interface StateHolder- Overrides:
saveState in class UIComponentBase
encodeChildren
public void encodeChildren(FacesContext faces)
throws IOException
- Overrides:
encodeChildren in class UIComponentBase
- Throws:
IOException
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren in class UIComponentBase
Copyright © 2005 All Rights Reserved.