module Ext_AbstractComponent:An abstract base class which provides shared metho ...sig..end
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.tval static : statics Js.tval cancelLayout : 'a Js.t -> unitstatics.cancelLayoutval flushLayouts : unit -> unitstatics.flushLayoutsval resumeLayouts : bool Js.t Js.optdef -> unitstatics.resumeLayoutsval suspendLayouts : unit -> unitstatics.suspendLayoutsval updateLayout : 'a Js.t -> bool Js.t Js.optdef -> unitstatics.updateLayoutval of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object