Informal protocol for the Key Value Binding mechanism.
The default implementation of Key Value Binding is currently in WFWidget.
The only method subclasses are likely to need to overload is setupExposedBindings.
Located in /framework/WFKeyValueBindingCreation.php (line 18)
Bind a property of the receiver's object to another object via KeyValueCoding
The default implementation of this function (presently in WFWidget) should be sufficient.
Get a list of all exposed bindings for this class, and the options for each binding.
Will call setupExposedBindings as a callback so subclasses can manifest all bindings options.
The default implementation of this function (presently in WFWidget) should be sufficient.
Return an array of all bindings this object supports.
The default implementation in WFWidget has no bindings. This is a method many subclasses will overload.
Subclasses should call the parent, then add their own setups as needed. Example:
Remove the binding for the passed property of the receiver.
The default implementation of this function (presently in WFWidget) should be sufficient.
Documentation generated on Thu, 14 May 2009 16:20:08 -0400 by phpDocumentor 1.4.2