net.sourceforge.smile.config
Class PropertyTag

java.lang.Object
  extended bynet.sourceforge.smile.config.Tag
      extended bynet.sourceforge.smile.config.PropertyTag

public class PropertyTag
extends Tag

Author:
codehawk This class represents a single property tag in faces-config.xml

Constructor Summary
PropertyTag()
           
 
Method Summary
 void addDescription(java.lang.String description)
           
 void addDisplayName(java.lang.String displayName)
           
 void addIcon(IconTag icon)
           
 java.util.List getDescriptions()
           
 java.util.List getDisplayNames()
           
 java.util.List getIcons()
           
 java.lang.String getIdentity()
          This operation should be implemented, to return a string, that identifies the object within it's context in the tree.
 java.lang.String getPropertyClass()
           
 java.lang.String getPropertyName()
           
 void setDescriptions(java.util.List list)
           
 void setDisplayNames(java.util.List list)
           
 void setIcons(java.util.List list)
           
 void setPropertyClass(java.lang.String string)
           
 void setPropertyName(java.lang.String string)
           
 
Methods inherited from class net.sourceforge.smile.config.Tag
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTag

public PropertyTag()
Method Detail

addDescription

public void addDescription(java.lang.String description)

addDisplayName

public void addDisplayName(java.lang.String displayName)

addIcon

public void addIcon(IconTag icon)

getPropertyClass

public java.lang.String getPropertyClass()
Returns:

getPropertyName

public java.lang.String getPropertyName()
Returns:

setPropertyClass

public void setPropertyClass(java.lang.String string)
Parameters:
string -

setPropertyName

public void setPropertyName(java.lang.String string)
Parameters:
string -

getIdentity

public java.lang.String getIdentity()
Description copied from class: Tag
This operation should be implemented, to return a string, that identifies the object within it's context in the tree.

Specified by:
getIdentity in class Tag
Returns:
See Also:
Tag.getIdentity()

getDescriptions

public java.util.List getDescriptions()
Returns:

getDisplayNames

public java.util.List getDisplayNames()
Returns:

getIcons

public java.util.List getIcons()
Returns:

setDescriptions

public void setDescriptions(java.util.List list)
Parameters:
list -

setDisplayNames

public void setDisplayNames(java.util.List list)
Parameters:
list -

setIcons

public void setIcons(java.util.List list)
Parameters:
list -