Overview | Methods | This Package | All Packages
Resets the value of the extender property for the specified extender-extendee pair.
Syntax
public void resetValue( Object extender, Object extendee )
Parameters
extender
The object providing the extender property.
extendee
The object receiving the extender property.
Remarks
If a default value is specified in this ExtenderInfo object, the value of the extender property is set to the default value. If the extender has no default value, this method invokes the extender object's reset<ExtenderName> method, if it exists. (If both these routes fail, the extender value remains unchanged.)