Class Index | File Index

Classes


Class actioncenter.screenBorderLayout.SplitRegion


Extends Ext.layout.BorderLayout.SplitRegion.
Screen split region.
Defined in: screen.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
actioncenter.screenBorderLayout.SplitRegion.onSplitMove(split, newSize, e)
Called while the split bar in the border layout move.
Class Detail
actioncenter.screenBorderLayout.SplitRegion(layout, config, pos)
Default constructor.
Parameters:
layout
the layout
config
the configuration
pos
the position
Method Detail
<static> actioncenter.screenBorderLayout.SplitRegion.onSplitMove(split, newSize, e)
Called while the split bar in the border layout move.
Parameters:
{Object} split
The splitbar object
{number} newSize
The new size of the child panel after the split move
{Event} e
The event
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:08 GMT-0500 (CDT)