org.apache.myfaces.config.impl.digester.elements
Class Attribute
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.ElementBaseImpl
org.apache.myfaces.config.impl.digester.elements.Attribute
- All Implemented Interfaces:
- ElementBase
public class Attribute
- extends ElementBaseImpl
- Version:
- $Revision: 530668 $ $Date: 2007-04-20 01:40:54 -0500 (Fri, 20 Apr 2007) $
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.
- 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(String value)
getDescriptions
public Iterator getDescriptions()
addDisplayName
public void addDisplayName(String value)
getDisplayNames
public Iterator getDisplayNames()
addIcon
public void addIcon(String value)
getIcons
public Iterator getIcons()
setAttributeName
public void setAttributeName(String attributeName)
getAttributeName
public String getAttributeName()
setAttributeClass
public void setAttributeClass(String attributeClass)
getAttributeClass
public String getAttributeClass()
setDefaultValue
public void setDefaultValue(String defaultValue)
getDefaultValue
public String getDefaultValue()
setSuggestedValue
public void setSuggestedValue(String suggestedValue)
getSuggestedValue
public String getSuggestedValue()
addAttributeExtension
public void addAttributeExtension(String attributeExtension)
getAttributeExtensions
public Iterator getAttributeExtensions()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.