Ext.BoxComponent

作者: js_hcl | 来源:发表于2018-12-27 16:01 被阅读0次

    一、概念

    相当于Div。任何使用矩形容器的作可视化组件Ext.Component的基类,该类的模型提供了自适应高度、宽度调节的功能,具备大小调节和定位的能力

    二、继承图

    boxComponent.jpg

    三、属性

    • \color{blue}{x/y、pageX/pageY} 位置属性
    • \color{blue}{width/height、autoWidth/autoHeight} 宽高属性

    四、方法

    • \color{blue}{setPosition( Number left, Number top )} 设置获取位置属性 具体看API
    • \color{blue}{setWidth( Number width )、getWidth( Number width )} 设置、获取宽属性
    • \color{blue}{setHeight( Numberheight )、getHeight( Number height )} 设置、获取高属性

    五、事件

    • \color{blue}{resize() } 当组件调节过大小后触发
    • \color{blue}{move() } 当组件被移动过之后触发

    相关文章

      网友评论

        本文标题:Ext.BoxComponent

        本文链接:https://www.haomeiwen.com/subject/sqorlqtx.html