org.jboss.gravel.data.ui
Class UIRepeat

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.jboss.gravel.common.ui.UIGravelBase
              extended by org.jboss.gravel.common.ui.UINamingContainer
                  extended by org.jboss.gravel.common.ui.UICollection
                      extended by org.jboss.gravel.data.ui.UIRepeat
All Implemented Interfaces:
Serializable, javax.faces.component.NamingContainer, javax.faces.component.StateHolder, CollectionComponent, FriendlyNamingContainer, HasJsfCoreAttributes

public final class UIRepeat
extends UICollection
implements HasJsfCoreAttributes

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.gravel.common.ui.UICollection
UICollection.State
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String RENDERER_TYPE
           
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
UIRepeat()
           
 
Method Summary
 String getFamily()
           
 
Methods inherited from class org.jboss.gravel.common.ui.UICollection
getFirst, getIdVar, getLimit, getValue, getValueList, getVar, restoreState, saveState, setFirst, setIdVar, setLimit, setValue, setVar
 
Methods inherited from class org.jboss.gravel.common.ui.UINamingContainer
getContainerClientId, isPrependId, setPrependId
 
Methods inherited from class org.jboss.gravel.common.ui.UIGravelBase
getChildrenOfType, getChildrenOfType, isGeneratedId
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.gravel.common.ui.HasJsfCoreAttributes
getId, isRendered
 
Methods inherited from interface org.jboss.gravel.common.ui.FriendlyNamingContainer
isPrependId, setPrependId
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final String RENDERER_TYPE

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 javax.faces.component.UIComponent