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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDescription
(String value) void
addDisplayName
(String value) void
void
addPropertyExtension
(String propertyExtension) Collection<? extends String>
Collection<? extends String>
Collection<? extends String>
getIcons()
Collection<? extends String>
void
setDefaultValue
(String defaultValue) void
setPropertyClass
(String propertyClass) void
setPropertyName
(String propertyName) void
setSuggestedValue
(String suggestedValue)
-
Constructor Details
-
PropertyImpl
public PropertyImpl()
-
-
Method Details
-
addDescription
-
getDescriptions
- Specified by:
getDescriptions
in classProperty
-
addDisplayName
-
getDisplayNames
- Specified by:
getDisplayNames
in classProperty
-
addIcon
-
getIcons
-
setPropertyName
-
getPropertyName
- Specified by:
getPropertyName
in classProperty
-
setPropertyClass
-
getPropertyClass
- Specified by:
getPropertyClass
in classProperty
-
setDefaultValue
-
getDefaultValue
- Specified by:
getDefaultValue
in classProperty
-
setSuggestedValue
-
getSuggestedValue
- Specified by:
getSuggestedValue
in classProperty
-
addPropertyExtension
-
getPropertyExtensions
- Specified by:
getPropertyExtensions
in classProperty
-