Class type Ext_layout_container_Container.t


class type t = object .. end
Inherits
method overflowPadderEl : Ext_dom_Element.t Js.t Js.prop

The element used to correct body padding during overflow.


method beginLayout_obj : 'a. 'a Js.t -> unit Js.meth

In addition to work done by our base classes, containers benefit from some extra cached data. The following properties are added to the ownerContext:

Parameters:


method beginLayoutCycle : Ext_layout_ContextItem.t Js.t -> unit Js.meth

Called before any calculation cycles to reset DOM values and prepare for calculation.

This is a write phase and DOM reads should be strictly avoided when overridding this method.

Parameters:


method configureItem_obj : 'b. 'b Js.t -> unit Js.meth

Adds layout's itemCls and owning Container's itemCls

Parameters:


method getContainerSize : 'c. Ext_layout_ContextItem.t Js.t -> bool Js.t Js.optdef -> 'c Js.t Js.meth

Returns the container size (that of the target). Only the fixed-sized dimensions can be returned because the shrinkWrap dimensions are based on the contentWidth/Height as determined by the container layout.

Parameters:

Returns:


method getElementTarget : Ext_dom_Element.t Js.t Js.meth

Returns the element into which extra functional DOM elements can be inserted. Defaults to the owner Component's encapsulating element.

May be overridden in Component layout managers which implement a component render target which must only contain child components.


method getLayoutItems : Ext_Component.t Js.js_array Js.t Js.meth

Returns an array of child components either for a render phase (Performed in the beforeLayout method of the layout's base class), or the layout phase (onLayout).

Returns:


method getRenderTarget : Ext_dom_Element.t Js.t Js.meth

Returns the element into which rendering must take place. Defaults to the owner Container's target element.

May be overridden in layout managers which implement an inner element.


method getRenderedItems : 'd. 'd Js.js_array Js.t Js.meth

Returns all items that are rendered

Returns:


method getTarget : Ext_dom_Element.t Js.t Js.meth

Returns the owner component's resize element.


method getVisibleItems : 'e. 'e Js.js_array Js.t Js.meth

Returns all items that are both rendered and visible

Returns: