Layout ComponentLayout AutoComponentLayout
Package: | Ext.layout |
Defined In: | AutoComponentLayout.js |
Class: | AutoComponentLayout |
Extends: | ComponentLayout |
The AutoLayout is the default layout manager delegated by Ext.Component to render any child Elements when no layout is configured.
Method | Defined By | |
---|---|---|
getTarget()
:
Ext.Element Returns the owner component's resize element. Returns the owner component's resize element. Parameters:
| ComponentLayout | |
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 | |
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 |