IScrollable
| Kind of class: | interface |
|---|---|
| Inherits from: | none |
| Implemented by: | |
| Classpath: | org.asapframework.ui.scrollbar.IScrollable |
| File last modified: | Thursday, 05 October 2006, 22:27:17 |
Summary
Instance methods
- getTotalHeight : Number
- getVisibleHeight : Number
- getScrollPosition : Number
- getStepSize : Number
- scrollTo (inPosition:Number) : Void
Event handlers
- onScrollContent (e:ScrollEvent) : Void
Instance methods
getScrollPosition
function getScrollPosition (
) : Number
getStepSize
function getStepSize (
) : Number
getTotalHeight
function getTotalHeight (
) : Number
getVisibleHeight
function getVisibleHeight (
) : Number
scrollTo
function scrollTo (
inPosition:Number) : Void