Class PropertyImpl
java.lang.Object
org.apache.myfaces.config.element.Property
org.apache.myfaces.config.impl.element.PropertyImpl
- All Implemented Interfaces:
- Serializable
- Version:
- $Revision$ $Date$ The "property" element represents a JavaBean property of the Java class represented by our parent element. Property names must be unique within the scope of the Java class that is represented by the parent element, and must correspond to property names that will be recognized when performing introspection against that class via java.beans.Introspector.
- Author:
- Martin Marinschek
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDescription(String value) voidaddDisplayName(String value) voidvoidaddPropertyExtension(String propertyExtension) Collection<? extends String>Collection<? extends String>Collection<? extends String>getIcons()Collection<? extends String>voidsetDefaultValue(String defaultValue) voidsetPropertyClass(String propertyClass) voidsetPropertyName(String propertyName) voidsetSuggestedValue(String suggestedValue) 
- 
Constructor Details- 
PropertyImplpublic PropertyImpl()
 
- 
- 
Method Details- 
addDescription
- 
getDescriptions- Specified by:
- getDescriptionsin class- Property
 
- 
addDisplayName
- 
getDisplayNames- Specified by:
- getDisplayNamesin class- Property
 
- 
addIcon
- 
getIcons
- 
setPropertyName
- 
getPropertyName- Specified by:
- getPropertyNamein class- Property
 
- 
setPropertyClass
- 
getPropertyClass- Specified by:
- getPropertyClassin class- Property
 
- 
setDefaultValue
- 
getDefaultValue- Specified by:
- getDefaultValuein class- Property
 
- 
setSuggestedValue
- 
getSuggestedValue- Specified by:
- getSuggestedValuein class- Property
 
- 
addPropertyExtension
- 
getPropertyExtensions- Specified by:
- getPropertyExtensionsin class- Property
 
 
-