org.apache.myfaces.trinidadinternal.ui.laf.xml.parse
Class IconNode
java.lang.Object
org.apache.myfaces.trinidadinternal.ui.laf.xml.parse.IconNode
public class IconNode
- extends java.lang.Object
Object which represents a single element.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/xml/parse/IconNode.java#0 $) $Date: 10-nov-2005.18:50:36 $
- Author:
- The Oracle ADF Faces Team
Constructor Summary |
IconNode(java.lang.String name,
org.apache.myfaces.trinidad.skin.Icon icon)
Creates a IconNode |
Method Summary |
org.apache.myfaces.trinidad.skin.Icon |
getIcon()
Returns the Icon instance for this IconNode. |
java.lang.String |
getIconName()
Returns the name of the icon that is defined
by this IconNode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IconNode
public IconNode(java.lang.String name,
org.apache.myfaces.trinidad.skin.Icon icon)
- Creates a IconNode
- Parameters:
namespace
- The namespace of the iconname
- The name of the iconicon
- The Icon instance
getIconName
public java.lang.String getIconName()
- Returns the name of the icon that is defined
by this IconNode.
getIcon
public org.apache.myfaces.trinidad.skin.Icon getIcon()
- Returns the Icon instance for this IconNode.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.