Uses of Interface
org.apache.myfaces.trinidadinternal.image.ImageProviderResponse

Packages that use ImageProviderResponse
org.apache.myfaces.trinidadinternal.image   
org.apache.myfaces.trinidadinternal.image.cache   
org.apache.myfaces.trinidadinternal.ui.laf.base   
org.apache.myfaces.trinidadinternal.ui.laf.base.desktop   
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml   
 

Uses of ImageProviderResponse in org.apache.myfaces.trinidadinternal.image
 

Methods in org.apache.myfaces.trinidadinternal.image that return ImageProviderResponse
 ImageProviderResponse ImageProvider.getImage(ImageContext context, ImageProviderRequest request)
          Looks up an image based on a set of requested properties.
 

Uses of ImageProviderResponse in org.apache.myfaces.trinidadinternal.image.cache
 

Methods in org.apache.myfaces.trinidadinternal.image.cache that return ImageProviderResponse
 ImageProviderResponse FileSystemImageCache.getImage(ImageContext context, ImageProviderRequest request)
          Implementation of ImageCache.getImage().
 

Uses of ImageProviderResponse in org.apache.myfaces.trinidadinternal.ui.laf.base
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return ImageProviderResponse
 ImageProviderResponse ColorizedIconProvider.getColorizedIcon(UIXRenderingContext context, IconKey iconKey)
          Retrieves the ImageProviderReponse for the image indentified by the iconKey
abstract  ImageProviderResponse ColorizedLafIconProvider.getColorizedIcon(UIXRenderingContext context, IconKey iconKey)
          Retrieves the ImageProviderReponse for the image indentified by the iconKey
 

Uses of ImageProviderResponse in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop with parameters of type ImageProviderResponse
protected  void ButtonRenderer.renderImageContent(UIXRenderingContext context, UINode node, ImageProviderResponse response)
          Renders the button as an image using the image specified by the ImageProviderResponse.
protected  void ResetButtonRenderer.renderImageContent(UIXRenderingContext context, UINode node, ImageProviderResponse response)
          This renderes the buttons as image links.
 

Uses of ImageProviderResponse in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return ImageProviderResponse
 ImageProviderResponse AccentedLafIconProvider.getColorizedIcon(UIXRenderingContext context, IconKey iconKey)
          Returns an image from the ImageProvider
static ImageProviderResponse XhtmlLafRenderer.getFlippedIcon(UIXRenderingContext context, java.lang.String sourceURI)
          Returns an image from the ImageProvider
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.