sig
  class type t =
    object ('a)
      method _done : bool Js.t Js.prop
      method afterRemove : 'Js.t -> unit Js.meth
      method beginLayout : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method beginLayoutCycle : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method calculate : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method callParent : 'Js.t -> 'Js.t Js.meth
      method callSuper : 'Js.t -> 'Js.t Js.meth
      method completeLayout : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method configureItem : #Ext_Component.t Js.t -> unit Js.meth
      method destroy : unit Js.meth
      method finalizeLayout : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method finishedLayout : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method getInitialConfig :
        Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
      method getItemSizePolicy :
        #Ext_Component.t Js.t -> Ext_layout_SizePolicy.t Js.t Js.meth
      method getLayoutItems_empty : unit Js.meth
      method initConfig : 'Js.t -> 'Js.t Js.meth
      method initLayout : unit Js.meth
      method isLayout : bool Js.t Js.readonly_prop
      method isValidParent : 'Js.t -> 'Js.t -> 'Js.t -> unit Js.meth
      method notifyOwner : Ext_layout_ContextItem.t Js.t -> unit Js.meth
      method onContentChange : #Ext_Component.t Js.t -> bool Js.t Js.meth
      method renderItems : 'Js.t -> 'Js.t -> unit Js.meth
      method self : Ext_Class.t Js.t Js.prop
      method statics : Ext_Class.t Js.t Js.meth
    end
  class type configs = object  end
  class type events = object  end
  class type statics =
    object
      method addMembers : 'Js.t -> unit Js.meth
      method addStatics : 'Js.t -> 'Js.t Js.meth
      method create : 'Js.t Js.meth
      method createAlias : 'Js.t -> 'Js.t -> unit Js.meth
      method getName : Js.js_string Js.t Js.meth
    end
  val of_configs : Ext_layout_Layout.configs Js.t -> Ext_layout_Layout.t Js.t
  val to_configs : Ext_layout_Layout.t Js.t -> Ext_layout_Layout.configs Js.t
end