org.apache.myfaces.config.impl.digester.elements
Class Attribute
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.Attribute
public class Attribute
- extends Object
- Version:
- $Revision: 684459 $ $Date: 2008-08-10 06:13:56 -0500 (Sun, 10 Aug 2008) $
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<String> getDescriptions()
addDisplayName
public void addDisplayName(String value)
getDisplayNames
public Iterator<String> getDisplayNames()
addIcon
public void addIcon(String value)
getIcons
public Iterator<String> 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<String> getAttributeExtensions()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.