Class Ext.SplitBar.BasicLayoutAdapter
Default Adapter. It assumes the splitter and resizing element are not positioned
elements and only gets/sets the width of the element. Generally used for table based layouts.
属性
-
方法
-
事件
公共属性
此类没有公共属性。
公共方法
|
getElementSize(Ext.SplitBar s ) : void |
SplitBar.BasicLayoutAdapter |
Called before drag operations to get the current size of the resizing element. |
|
setElementSize(Ext.SplitBar s , Number newSize , Function onComplete ) : void |
SplitBar.BasicLayoutAdapter |
Called after drag operations to set the size of the resizing element. |
公共事件
此类没有公共事件。
方法详情
getElementSize
public function getElementSize(Ext.SplitBar s
)
Called before drag operations to get the current size of the resizing element.
This method is defined by SplitBar.BasicLayoutAdapter.
setElementSize
public function setElementSize(Ext.SplitBar s
, Number newSize
, Function onComplete
)
Called after drag operations to set the size of the resizing element.
This method is defined by SplitBar.BasicLayoutAdapter.