Class type Goog.Ui.zippy
class type zippy = object..end
Inherits
method collapse : unit Js.meth
Collapses content pane.
method disposeInternal : unit Js.meth
Destroys widget and removes all event listeners.
method expand : unit Js.meth
Expands content pane.
method isBusy : bool Js.t Js.meth
Whether the zippy is in the process of being expanded or collapsed.
method isExpanded : bool Js.t Js.meth
Whether the zippy is expanded.
method setExpanded : bool Js.t -> unit Js.meth
Sets expanded state.
method toggle : unit Js.meth
Toggles expanded state.
