org.apache.myfaces.config.impl.digester.elements

Class Attribute


public class Attribute
extends java.lang.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.

Author:
Martin Marinschek

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)

Method Details

addAttributeExtension

public void addAttributeExtension(String attributeExtension)

addDescription

public void addDescription(String value)

addDisplayName

public void addDisplayName(String value)

addIcon

public void addIcon(String value)

getAttributeClass

public String getAttributeClass()

getAttributeExtensions

public Iterator getAttributeExtensions()

getAttributeName

public String getAttributeName()

getDefaultValue

public String getDefaultValue()

getDescriptions

public Iterator getDescriptions()

getDisplayNames

public Iterator getDisplayNames()

getIcons

public Iterator getIcons()

getSuggestedValue

public String getSuggestedValue()

setAttributeClass

public void setAttributeClass(String attributeClass)

setAttributeName

public void setAttributeName(String attributeName)

setDefaultValue

public void setDefaultValue(String defaultValue)

setSuggestedValue

public void setSuggestedValue(String suggestedValue)