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

Packages that use ImageComponent
com.sun.rave.web.ui.component   
 

Uses of ImageComponent in com.sun.rave.web.ui.component
 

Subclasses of ImageComponent in com.sun.rave.web.ui.component
 class Alarm
          Defines a component for displaying an alarm icon based on the alarm seveirty.
 class AlarmBase
          Use the ui:alarm tag to display a theme-specific image in the rendered HTML page.
 class Icon
          Braveheart icon component
 class IconBase
          Use the ui:icon tag to display a theme-specific image in the rendered HTML page.
 

Methods in com.sun.rave.web.ui.component that return ImageComponent
 ImageComponent ImageHyperlink.getImageFacet()
          Get Image Facet for this ImageHyperlink.
 

Methods in com.sun.rave.web.ui.component with parameters of type ImageComponent
protected  void ImageHyperlink.setAttributes(java.lang.String facetId, ImageComponent image)