com.sun.rave.web.ui.component
Class ImageComponent

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byjavax.faces.component.UIGraphic
              extended bycom.sun.rave.web.ui.component.ImageComponentBase
                  extended bycom.sun.rave.web.ui.component.ImageComponent
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
AlarmBase, IconBase

public class ImageComponent
extends ImageComponentBase

Author:
Sean Comerford

Field Summary
 
Fields inherited from class javax.faces.component.UIGraphic
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
ImageComponent()
           
 
Methods inherited from class com.sun.rave.web.ui.component.ImageComponentBase
getAlign, getAlt, getBorder, getFamily, getHeight, getHspace, getIcon, getLongDesc, getOnClick, getOnDblClick, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getStyle, getStyleClass, getToolTip, getUrl, getValueBinding, getVspace, getWidth, isVisible, restoreState, saveState, setAlign, setAlt, setBorder, setHeight, setHspace, setIcon, setLongDesc, setOnClick, setOnDblClick, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setStyle, setStyleClass, setToolTip, setUrl, setValueBinding, setVisible, setVspace, setWidth
 
Methods inherited from class javax.faces.component.UIGraphic
getValue, setValue
 
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
 

Constructor Detail

ImageComponent

public ImageComponent()