org.apache.myfaces.custom.imageloop
Class ImageLoopItem

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIGraphic
              extended by org.apache.myfaces.custom.imageloop.ImageLoopItem
All Implemented Interfaces:
javax.faces.component.StateHolder

public class ImageLoopItem
extends javax.faces.component.UIGraphic

Image loop item.

Version:
$Revision:$ $Date:$
Author:
Felix Röthenbacher (latest modification by $Author:$)

Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIGraphic
COMPONENT_FAMILY
 
Constructor Summary
ImageLoopItem()
           
 
Method Summary
 
Methods inherited from class javax.faces.component.UIGraphic
getFamily, getUrl, getValue, getValueBinding, restoreState, saveState, setUrl, setValue, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
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 java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

ImageLoopItem

public ImageLoopItem()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.