| nextapp.echo2.app.componentxml.PropertyXmlPeer
All known Subclasses: nextapp.echo2.app.componentxml.propertypeer.FillImageBorderPeer, nextapp.echo2.app.componentxml.propertypeer.IntegerPeer, nextapp.echo2.app.componentxml.propertypeer.AlignmentPeer, nextapp.echo2.app.componentxml.propertypeer.StringPeer, nextapp.echo2.app.componentxml.propertypeer.ExtentPeer, nextapp.echo2.app.componentxml.propertypeer.FillImagePeer, nextapp.echo2.app.componentxml.propertypeer.BorderPeer, nextapp.echo2.app.componentxml.propertypeer.InsetsPeer, nextapp.echo2.app.componentxml.propertypeer.BooleanPeer, nextapp.echo2.app.componentxml.propertypeer.LayoutDataPeer, nextapp.echo2.app.componentxml.propertypeer.ColorPeer, nextapp.echo2.app.componentxml.propertypeer.FontPeer, nextapp.echo2.app.componentxml.propertypeer.ResourceImageReferencePeer,
PropertyXmlPeer | public interface PropertyXmlPeer (Code) | | Interface for
|
getValue | Object getValue(ClassLoader classLoader, Class objectClass, Element propertyElement) throws InvalidPropertyException(Code) | | Translates an property represented as an DOM Element into
a property value.
Parameters: classLoader - the ClassLoader to use for analyzing component/property data Parameters: objectClass - the Class of the object on which theproperty is being set Parameters: propertyElement - the <property> Element the property value |
|
|