Namespace ccui.helper
- Defined in: UIHelper.js
Method Summary
Method Detail
-
Finds a widget whose name equals to param name from root widget.
- Parameters:
- {ccui.Widget} root
- {String} name
- Returns:
- {ccui.Widget}
-
Finds a widget whose name equals to param name from root widget. RelativeLayout will call this method to find the widget witch is needed.
- Parameters:
- {ccui.Widget} root
- {String} name
- Returns:
- {ccui.Widget}
-
Finds a widget whose tag equals to param tag from root widget.
- Parameters:
- {ccui.Widget} root
- {number} tag
- Returns:
- {ccui.Widget}