org.apache.myfaces.config.impl.digester.elements
public class Attribute extends Object
Version: $Revision: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $ 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.
Method Summary | |
---|---|
void | addAttributeExtension(String attributeExtension) |
void | addDescription(String value) |
void | addDisplayName(String value) |
void | addIcon(String value) |
String | getAttributeClass() |
Iterator | getAttributeExtensions() |
String | getAttributeName() |
String | getDefaultValue() |
Iterator | getDescriptions() |
Iterator | getDisplayNames() |
Iterator | getIcons() |
String | getSuggestedValue() |
void | setAttributeClass(String attributeClass) |
void | setAttributeName(String attributeName) |
void | setDefaultValue(String defaultValue) |
void | setSuggestedValue(String suggestedValue) |