Module Ext_AbstractComponent


module Ext_AbstractComponent: sig .. end
An abstract base class which provides shared metho ...

An abstract base class which provides shared methods for Components across the Sencha product line.

Please refer to sub class's documentation.

From override Ext.rtl.AbstractComponent: This override adds RTL support and the rtl config option to AbstactComponent.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val get_static : unit -> statics Js.t
Static instance for lazy-loaded modules.
val static : statics Js.t
Static instance.
val cancelLayout : 'a Js.t -> unit
See method statics.cancelLayout
val flushLayouts : unit -> unit
See method statics.flushLayouts
val resumeLayouts : bool Js.t Js.optdef -> unit
See method statics.resumeLayouts
val suspendLayouts : unit -> unit
See method statics.suspendLayouts
val updateLayout : 'a Js.t -> bool Js.t Js.optdef -> unit
See method statics.updateLayout
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object