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(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()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.