Class Ext.SplitBar.AbsoluteLayoutAdapter
Adapter that moves the splitter element to align with the resized sizing element.
Used with an absolute positioned SplitBar.
Properties
-
Methods
-
Events
Public Properties
Public Methods
Public Events
This class has no public events.
Property Details
SplitBar.AbsoluteLayoutAdapter.BOTTOM
public Number SplitBar.AbsoluteLayoutAdapter.BOTTOM
<static> Placement constant - The resizing element is positioned under splitter element
This property is defined by SplitBar.AbsoluteLayoutAdapter.
SplitBar.AbsoluteLayoutAdapter.HORIZONTAL
public Number SplitBar.AbsoluteLayoutAdapter.HORIZONTAL
<static> Orientation constant - Create a horizontal SplitBar
This property is defined by SplitBar.AbsoluteLayoutAdapter.
SplitBar.AbsoluteLayoutAdapter.LEFT
public Number SplitBar.AbsoluteLayoutAdapter.LEFT
<static> Placement constant - The resizing element is to the left of the splitter element
This property is defined by SplitBar.AbsoluteLayoutAdapter.
SplitBar.AbsoluteLayoutAdapter.RIGHT
public Number SplitBar.AbsoluteLayoutAdapter.RIGHT
<static> Placement constant - The resizing element is to the right of the splitter element
This property is defined by SplitBar.AbsoluteLayoutAdapter.
SplitBar.AbsoluteLayoutAdapter.TOP
public Number SplitBar.AbsoluteLayoutAdapter.TOP
<static> Placement constant - The resizing element is positioned above the splitter element
This property is defined by SplitBar.AbsoluteLayoutAdapter.
SplitBar.AbsoluteLayoutAdapter.VERTICAL
public Number SplitBar.AbsoluteLayoutAdapter.VERTICAL
<static> Orientation constant - Create a vertical SplitBar
This property is defined by SplitBar.AbsoluteLayoutAdapter.
Method Details
getElementSize
public function getElementSize( Ext.SplitBar s
)
Called before drag operations to get the current size of the resizing element.
setElementSize
public function setElementSize( Ext.SplitBar s
, Number newSize
, Function onComplete
)
Called after drag operations to set the size of the resizing element.