Skip to content

Commit

Permalink
[BUG #5839] Updated bindProperty documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wittemann committed Dec 21, 2011
1 parent f023282 commit 370ae25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions framework/source/class/qx/data/controller/List.js
Expand Up @@ -640,6 +640,7 @@ qx.Class.define("qx.data.controller.List",
* implemented by the {@link #delegate} property.
*
* @param sourcePath {String | null} The path to the property in the model.
* If you use an empty string, the whole model item will be bound.
* @param targetProperty {String} The name of the property in the target
* widget.
* @param options {Map | null} The options to use for the binding.
Expand Down
1 change: 1 addition & 0 deletions framework/source/class/qx/data/controller/Tree.js
Expand Up @@ -652,6 +652,7 @@ qx.Class.define("qx.data.controller.Tree",
* implemented by the {@link #delegate} property.
*
* @param sourcePath {String | null} The path to the property in the model.
* If you use an empty string, the whole model item will be bound.
* @param targetPath {String} The name of the property in the target
* widget.
* @param options {Map | null} The options to use for the binding.
Expand Down
Expand Up @@ -168,6 +168,7 @@ qx.Mixin.define("qx.ui.list.core.MWidgetController",
* {@link #delegate} property.
*
* @param sourcePath {String | null} The path to the property in the model.
* If you use an empty string, the whole model item will be bound.
* @param targetProperty {String} The name of the property in the target widget.
* @param options {Map | null} The options to use for the binding.
* @param targetWidget {qx.ui.core.Widget} The target widget.
Expand Down
Expand Up @@ -156,6 +156,7 @@ qx.Mixin.define("qx.ui.tree.core.MWidgetController",
* function implemented by the {@link #delegate} property.
*
* @param sourcePath {String | null} The path to the property in the model.
* If you use an empty string, the whole model item will be bound.
* @param targetProperty {String} The name of the property in the target widget.
* @param options {Map | null} The options to use for the binding.
* @param targetWidget {qx.ui.core.Widget} The target widget.
Expand Down

0 comments on commit 370ae25

Please sign in to comment.