Class type Ext_util_Floating.t


class type t = object .. end
Inherits
method center : 'a. 'a Js.t Js.meth

Center this Component in its container.

Returns:


method doConstrain : 'b. 'b Js.t Js.optdef -> unit Js.meth

Moves this floating Component into a constrain region.

By default, this Component is constrained to be within the container it was added to, or the element it was rendered to.

An alternative constraint may be passed.

Parameters:


method setActive : 'c. bool Js.t Js.optdef -> 'c Js.t Js.optdef -> unit Js.meth

This method is called internally by Ext.ZIndexManager to signal that a floating Component has either been moved to the top of its zIndex stack, or pushed from the top of its zIndex stack.

If a Window is superceded by another Window, deactivating it hides its shadow.

This method also fires the activate or deactivate event depending on which action occurred.

Parameters:


method toBack : 'd. 'd Js.t Js.meth

Sends this Component to the back of (lower z-index than) any other visible windows

Returns:


method toFront : 'e. bool Js.t Js.optdef -> 'e Js.t Js.meth

Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManager

If this Component is modal, inserts the modal mask just below this Component in the z-index stack.

Parameters:

Returns: