Retrieves the current value of the property.
public Object getValue( Object component )
component
The component that defines the property.
Returns the value of the property.
This method invokes the component's get<PropertyName> method to retrieve the current property value.
See Also setValue