fx.ScrollableContainer_ Extends
Class for representing a scrollable container

Inheritance

Constructor

goog.fx.ScrollableContainer_(element)

Parameters

element : Element
the scrollable element.
Public Protected Private

Instance Properties

box_ : goog.math.Box
The space occupied by the container.
Code »
containedTargets_ :
The targets that lie within this container.
Code »
element_ :
The element that is this container
Code »
savedScrollLeft_ :
The saved scroll left location for calculating deltas.
Code »
savedScrollTop_ :
The saved scroll top location for calculating deltas.
Code »

Package fx

Package Reference