LayoutComponentLayout
DockLayout
| Package: | Ext.layout |
| Defined In: | DockLayout.js |
| Class: | DockLayout |
| Extends: | ComponentLayout |
| Property | Defined By | |
|---|---|---|
| itemCls : String This class is automatically added to each docked item within this layout. We also use this as a prefix for the position class e.g. x-docked-bottom | DockLayout | |
| Method | Defined By | |
|---|---|---|
adjustAutoBox( Object box, Number index )
:
ObjectParameters:
| DockLayout | |
adjustSizedBox( Object box, Number index )
:
ObjectParameters:
| DockLayout | |
calculateDockBoxes( Array items )
:
voidParameters:
| DockLayout | |
configureItem( Ext.Component item )
:
voidParameters:
| DockLayout | |
dockItems( Array items, Boolean autoBoxes )
:
voidParameters:
| DockLayout | |
| getLayoutItems()
:
Array Parameters:
| DockLayout | |
| getTarget()
:
Ext.Element Returns the owner component's resize element. Returns the owner component's resize element. Parameters:
| ComponentLayout | |
initBox( Ext.Component item )
:
ObjectParameters:
| DockLayout | |
needsLayout( Mixed width, Mixed height )
:
voidCheck if the new size is different from the current size and only
trigger a layout if it is necessary. Check if the new size is different from the current size and only
trigger a layout if it is necessary. Parameters:
| ComponentLayout | |
onLayout( Ext.Component owner, Ext.Element target, Array args )
:
voidParameters:
| DockLayout | |
setBodyBox( Object box )
:
voidParameters:
| DockLayout | |
setElementSize( Mixed width, Mixed height )
:
voidSet the size of any element supporting undefined, null, and values. Set the size of any element supporting undefined, null, and values. Parameters:
| ComponentLayout | |
setTargetSize( Mixed width, Mixed height )
:
voidSet the size of the target element. Set the size of the target element. Parameters:
| ComponentLayout | |