org.apache.myfaces.trinidadinternal.renderkit.core.skin
Class CoreSkinUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.CoreSkinUtils

public class CoreSkinUtils
extends java.lang.Object

Utilities for the Core Skins.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/skin/CoreSkinUtils.java#0 $) $Date: 10-nov-2005.19:02:51 $
Author:
The Oracle ADF Faces Team

Method Summary
static void __renderBackgroundIcon(javax.faces.context.FacesContext fContext, org.apache.myfaces.trinidad.context.RenderingContext arc, org.apache.myfaces.trinidad.skin.Icon icon)
           
static void __renderBackgroundIcon(UIXRenderingContext context, org.apache.myfaces.trinidad.skin.Icon icon)
           
static void registerIcons(org.apache.myfaces.trinidad.skin.Skin skin, java.lang.Object[] icons)
          Registers a set of org.apache.myfaces.trinidadinternal.skin.icon.Icon objects on the specified Skin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

__renderBackgroundIcon

public static void __renderBackgroundIcon(UIXRenderingContext context,
                                          org.apache.myfaces.trinidad.skin.Icon icon)
                                   throws java.io.IOException
Throws:
java.io.IOException

__renderBackgroundIcon

public static void __renderBackgroundIcon(javax.faces.context.FacesContext fContext,
                                          org.apache.myfaces.trinidad.context.RenderingContext arc,
                                          org.apache.myfaces.trinidad.skin.Icon icon)
                                   throws java.io.IOException
Throws:
java.io.IOException

registerIcons

public static void registerIcons(org.apache.myfaces.trinidad.skin.Skin skin,
                                 java.lang.Object[] icons)
Registers a set of org.apache.myfaces.trinidadinternal.skin.icon.Icon objects on the specified Skin. The icons array contains alternating pairs of icon name and Icon objects.



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