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

java.lang.Object
  extended by org.apache.myfaces.config.element.Attribute
      extended by org.apache.myfaces.config.impl.digester.elements.AttributeImpl
All Implemented Interfaces:
Serializable

public class AttributeImpl
extends Attribute
implements Serializable

Version:
$Revision: 1537800 $ $Date: 2013-11-01 01:55:08 +0000 (Fri, 01 Nov 2013) $ 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

Constructor Summary
AttributeImpl()
           
 
Method Summary
 void addAttributeExtension(String attributeExtension)
           
 void addDescription(String value)
           
 void addDisplayName(String value)
           
 void addIcon(String value)
           
 String getAttributeClass()
           
 Collection<? extends String> getAttributeExtensions()
           
 String getAttributeName()
           
 String getDefaultValue()
           
 Collection<? extends String> getDescriptions()
           
 Collection<? extends String> getDisplayNames()
           
 Collection<? extends String> getIcons()
           
 String getSuggestedValue()
           
 void setAttributeClass(String attributeClass)
           
 void setAttributeName(String attributeName)
           
 void setDefaultValue(String defaultValue)
           
 void setSuggestedValue(String suggestedValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeImpl

public AttributeImpl()
Method Detail

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 © 2015 The Apache Software Foundation. All rights reserved.