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