Class type Goog.Ui.scrollFloater
class type scrollFloater = object..end
Inherits
- Goog.Ui.componentDelegates dom creation to superclass, then constructs and decorates required DOM elements.
method createDom : unit Js.meth
method decorateInternal :
'a. (#Dom_html.element as 'a) Js.t -> unit Js.meth
Decorates the floated element with the standard ScrollFloater CSS class.
method enterDocument : unit Js.meth
method diposeInternal : unit Js.meth
method setScrollingEnabled : bool Js.t -> unit Js.meth
Sets whether the element should be floated if it scrolls out of view.
method isScrollingEnabled : bool Js.t Js.meth
Whether the component is enabled for scroll-floating.
method isFloating : bool Js.t Js.meth
Whether the component is currently scroll-floating.
