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.
Properties
-
Methods
-
Events
Public Properties
This class has no public properties.
Public Methods
| |
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. |
Public Events
This class has no public events.
Method Details
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.