org.apache.myfaces.config.impl.digester.elements
Class Attribute
java.lang.Object
|
+--org.apache.myfaces.config.impl.digester.elements.Attribute
- public class Attribute
- extends java.lang.Object
- Version:
- $Revision: 1.1 $ $Date: 2005/03/04 00:28:45 $
The "attribute" element represents a named, typed, value associated with
the parent UIComponent via the generic attributes mechanism.
Attribute names must be unique within the scope of the parent (or related)
component.
$Log: Attribute.java,v $
Revision 1.1 2005/03/04 00:28:45 mmarinschek
Changes in configuration due to missing Attribute/Property classes for the converter; not building in the functionality yet except for part of the converter properties
- Author:
- Martin Marinschek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
addDescription
public void addDescription(java.lang.String value)
getDescriptions
public java.util.Iterator getDescriptions()
addDisplayName
public void addDisplayName(java.lang.String value)
getDisplayNames
public java.util.Iterator getDisplayNames()
addIcon
public void addIcon(java.lang.String value)
getIcons
public java.util.Iterator getIcons()
setAttributeName
public void setAttributeName(java.lang.String attributeName)
getAttributeName
public java.lang.String getAttributeName()
setAttributeClass
public void setAttributeClass(java.lang.String attributeClass)
getAttributeClass
public java.lang.String getAttributeClass()
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
getDefaultValue
public java.lang.String getDefaultValue()
setSuggestedValue
public void setSuggestedValue(java.lang.String suggestedValue)
getSuggestedValue
public java.lang.String getSuggestedValue()
addAttributeExtension
public void addAttributeExtension(java.lang.String attributeExtension)
getAttributeExtensions
public java.util.Iterator getAttributeExtensions()