com.sun.facelets.component
Class UIRepeat

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.sun.facelets.component.UIRepeat
All Implemented Interfaces:
NamingContainer, StateHolder

public class UIRepeat
extends UIComponentBase
implements NamingContainer


Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
UIRepeat()
           
 
Method Summary
 void broadcast(FacesEvent event)
           
 void encodeChildren(FacesContext faces)
           
 String getClientId(FacesContext faces)
           
 String getFamily()
           
 int getOffset()
           
 boolean getRendersChildren()
           
 int getSize()
           
 Object getValue()
           
 String getVar()
           
 void process(FacesContext faces, PhaseId phase)
           
 void processDecodes(FacesContext faces)
           
 void processUpdates(FacesContext faces)
           
 void processValidators(FacesContext faces)
           
 void queueEvent(FacesEvent event)
           
 void restoreState(FacesContext faces, Object object)
           
 Object saveState(FacesContext faces)
           
 void setOffset(int offset)
           
 void setSize(int size)
           
 void setValue(Object value)
           
 void setVar(String var)
           
 
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 javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
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 String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

UIRepeat

public UIRepeat()
Method Detail

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.