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

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byjavax.faces.component.UICommand
              extended bycom.sun.rave.web.ui.component.HyperlinkBase
                  extended bycom.sun.rave.web.ui.component.Hyperlink
                      extended bycom.sun.rave.web.ui.component.ImageHyperlinkBase
                          extended bycom.sun.rave.web.ui.component.ImageHyperlink
All Implemented Interfaces:
javax.faces.component.ActionSource, ComplexComponent, javax.faces.component.StateHolder
Direct Known Subclasses:
IconHyperlinkBase

public class ImageHyperlink
extends ImageHyperlinkBase


Field Summary
protected  java.lang.String IMAGE_FACET_SUFFIX
          Used for identifying the facet in the facet map associated with this component This is used as a suffix combined with the id of the component.
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
ImageHyperlink()
           
 
Method Summary
 ImageComponent getImageFacet()
          Get Image Facet for this ImageHyperlink.
protected  void setAttributes(java.lang.String facetId, ImageComponent image)
           
 
Methods inherited from class com.sun.rave.web.ui.component.ImageHyperlinkBase
getAlign, getAlt, getBorder, getFamily, getHeight, getHspace, getIcon, getImageURL, getTextPosition, getVspace, getWidth, isVisible, restoreState, saveState, setAlign, setAlt, setBorder, setHeight, setHspace, setIcon, setImageURL, setTextPosition, setVisible, setVspace, setWidth
 
Methods inherited from class com.sun.rave.web.ui.component.Hyperlink
getPrimaryElementID, toString
 
Methods inherited from class com.sun.rave.web.ui.component.HyperlinkBase
getAction, getActionListener, getOnBlur, getOnClick, getOnDblClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getShape, getStyle, getStyleClass, getTabIndex, getTarget, getText, getToolTip, getType, getUrl, getUrlLang, getValueBinding, isDisabled, setAction, setActionListener, setDisabled, setOnBlur, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setShape, setStyle, setStyleClass, setTabIndex, setTarget, setText, setToolTip, setType, setUrl, setUrlLang, setValueBinding
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setImmediate, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, 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, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IMAGE_FACET_SUFFIX

protected final java.lang.String IMAGE_FACET_SUFFIX
Used for identifying the facet in the facet map associated with this component This is used as a suffix combined with the id of the component.

See Also:
Constant Field Values
Constructor Detail

ImageHyperlink

public ImageHyperlink()
Method Detail

getImageFacet

public ImageComponent getImageFacet()
Get Image Facet for this ImageHyperlink. This facet will always reset the properties on embedded facet. This facet is not meant to be overridden by others, but is only used as a storage bin for keeping the image associated with the hyperlink

Returns:
an ImageComponent to render

setAttributes

protected void setAttributes(java.lang.String facetId,
                             ImageComponent image)