Paket | mx.events |
Klass | public final class ScrollEventDetail |
Arv | ScrollEventDetail Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
detail
property
of a ScrollEvent.
Relaterade API-element
Konstant | Definieras med | ||
---|---|---|---|
AT_BOTTOM : String = "atBottom" [statisk]
Indicates that the scroll bar is at the bottom of its scrolling range. | ScrollEventDetail | ||
AT_LEFT : String = "atLeft" [statisk]
Indicates that the scroll bar is at the left of its scrolling range. | ScrollEventDetail | ||
AT_RIGHT : String = "atRight" [statisk]
Indicates that the scroll bar is at the right of its scrolling range. | ScrollEventDetail | ||
AT_TOP : String = "atTop" [statisk]
Indicates that the scroll bar is at the top of its scrolling range. | ScrollEventDetail | ||
LINE_DOWN : String = "lineDown" [statisk]
Indicates that the scroll bar has moved down by one line. | ScrollEventDetail | ||
LINE_LEFT : String = "lineLeft" [statisk]
Indicates that the scroll bar has moved left by one line. | ScrollEventDetail | ||
LINE_RIGHT : String = "lineRight" [statisk]
Indicates that the scroll bar has moved right by one line. | ScrollEventDetail | ||
LINE_UP : String = "lineUp" [statisk]
Indicates that the scroll bar has moved up by one line. | ScrollEventDetail | ||
PAGE_DOWN : String = "pageDown" [statisk]
Indicates that the scroll bar has moved down by one page. | ScrollEventDetail | ||
PAGE_LEFT : String = "pageLeft" [statisk]
Indicates that the scroll bar has moved left by one page. | ScrollEventDetail | ||
PAGE_RIGHT : String = "pageRight" [statisk]
Indicates that the scroll bar has moved right by one page. | ScrollEventDetail | ||
PAGE_UP : String = "pageUp" [statisk]
Indicates that the scroll bar has moved up by one page. | ScrollEventDetail | ||
THUMB_POSITION : String = "thumbPosition" [statisk]
Indicates that the scroll bar thumb has stopped moving. | ScrollEventDetail | ||
THUMB_TRACK : String = "thumbTrack" [statisk]
Indicates that the scroll bar thumb is moving. | ScrollEventDetail |
AT_BOTTOM | Konstant |
public static const AT_BOTTOM:String = "atBottom"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the bottom of its scrolling range.
AT_LEFT | Konstant |
public static const AT_LEFT:String = "atLeft"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the left of its scrolling range.
AT_RIGHT | Konstant |
public static const AT_RIGHT:String = "atRight"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the right of its scrolling range.
AT_TOP | Konstant |
public static const AT_TOP:String = "atTop"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the top of its scrolling range.
LINE_DOWN | Konstant |
public static const LINE_DOWN:String = "lineDown"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one line.
LINE_LEFT | Konstant |
public static const LINE_LEFT:String = "lineLeft"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one line.
LINE_RIGHT | Konstant |
public static const LINE_RIGHT:String = "lineRight"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one line.
LINE_UP | Konstant |
public static const LINE_UP:String = "lineUp"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one line.
PAGE_DOWN | Konstant |
public static const PAGE_DOWN:String = "pageDown"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one page.
PAGE_LEFT | Konstant |
public static const PAGE_LEFT:String = "pageLeft"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one page.
PAGE_RIGHT | Konstant |
public static const PAGE_RIGHT:String = "pageRight"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one page.
PAGE_UP | Konstant |
public static const PAGE_UP:String = "pageUp"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one page.
THUMB_POSITION | Konstant |
public static const THUMB_POSITION:String = "thumbPosition"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb has stopped moving.
THUMB_TRACK | Konstant |
public static const THUMB_TRACK:String = "thumbTrack"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb is moving.
Tue Jun 12 2018, 01:40 PM Z