org.apache.myfaces.config.impl.digester.elements
Class Attribute
java.lang.Object
org.apache.myfaces.config.element.Attribute
org.apache.myfaces.config.impl.digester.elements.Attribute
- All Implemented Interfaces:
- Serializable
public class Attribute
- extends Attribute
- implements Serializable
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
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
- See Also:
- Serialized Form
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 Collection<? extends String> getDescriptions()
- Specified by:
getDescriptions
in class Attribute
addDisplayName
public void addDisplayName(String value)
getDisplayNames
public Collection<? extends String> getDisplayNames()
- Specified by:
getDisplayNames
in class Attribute
addIcon
public void addIcon(String value)
getIcons
public Collection<? extends String> getIcons()
- Specified by:
getIcons
in class Attribute
setAttributeName
public void setAttributeName(String attributeName)
getAttributeName
public String getAttributeName()
- Specified by:
getAttributeName
in class Attribute
setAttributeClass
public void setAttributeClass(String attributeClass)
getAttributeClass
public String getAttributeClass()
- Specified by:
getAttributeClass
in class Attribute
setDefaultValue
public void setDefaultValue(String defaultValue)
getDefaultValue
public String getDefaultValue()
- Specified by:
getDefaultValue
in class Attribute
setSuggestedValue
public void setSuggestedValue(String suggestedValue)
getSuggestedValue
public String getSuggestedValue()
- Specified by:
getSuggestedValue
in class Attribute
addAttributeExtension
public void addAttributeExtension(String attributeExtension)
getAttributeExtensions
public Collection<? extends String> getAttributeExtensions()
- Specified by:
getAttributeExtensions
in class Attribute
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.