org.apache.myfaces.trinidadinternal.style.xml.parse
Class IconNode

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.style.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 $

Constructor Summary
IconNode(java.lang.String name, org.apache.myfaces.trinidad.skin.Icon icon)
          Creates a IconNode
IconNode(java.lang.String name, org.apache.myfaces.trinidad.skin.Icon icon, StyleNode styleNode)
          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.
 StyleNode getStyleNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconNode

public IconNode(java.lang.String name,
                org.apache.myfaces.trinidad.skin.Icon icon,
                StyleNode styleNode)
Creates a IconNode

Parameters:
name - The name of the icon
icon - The Icon instance

IconNode

public IconNode(java.lang.String name,
                org.apache.myfaces.trinidad.skin.Icon icon)
Creates a IconNode

Parameters:
name - The name of the icon
icon - The Icon instance
Method Detail

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.


getStyleNode

public StyleNode getStyleNode()


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.