第九个范例——布局之StackContainer

属性:
doLayout 如果为"true", 改变当前显示的widget到合适的尺寸。
方法:
addChild:添加子widget。
back:选中前一个widget。
forward:选中下一个widget。
getChildren:以数组的形式获得所有子widget。
getParent:获得父容器。
removeChild:删除子widget。
resize:调整尺寸。
selectChild:根据"id"选取widget。

你可能感兴趣的:(contain)