Class Ext.SplitBar.AbsoluteLayoutAdapter
Adapter that moves the splitter element to align with the resized sizing element.
Used with an absolute positioned SplitBar.
属性
-
方法
-
事件
公共属性
公共方法
公共事件
此类没有公共事件。
属性详情
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.
方法详情
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.