org.apache.myfaces.config.element
Class Property
java.lang.Object
org.apache.myfaces.config.element.Property
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Property
public abstract class Property
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 698799 $ $Date: 2008-09-24 21:03:47 -0500 (mié, 24 sep 2008) $
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
getDescriptions
public abstract java.util.Collection<? extends java.lang.String> getDescriptions()
getDisplayNames
public abstract java.util.Collection<? extends java.lang.String> getDisplayNames()
getIcons
public abstract java.util.Collection<? extends java.lang.String> getIcons()
getPropertyName
public abstract java.lang.String getPropertyName()
getPropertyClass
public abstract java.lang.String getPropertyClass()
getDefaultValue
public abstract java.lang.String getDefaultValue()
getSuggestedValue
public abstract java.lang.String getSuggestedValue()
getPropertyExtensions
public abstract java.util.Collection<? extends java.lang.String> getPropertyExtensions()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.