Pakiet | mx.events |
Klasa | public final class ScrollEventDetail |
Dziedziczenie | ScrollEventDetail Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
detail
property
of a ScrollEvent.
Powiązane elementy interfejsu API
Stała | Zdefiniowane przez | ||
---|---|---|---|
AT_BOTTOM : String = "atBottom" [statyczny]
Indicates that the scroll bar is at the bottom of its scrolling range. | ScrollEventDetail | ||
AT_LEFT : String = "atLeft" [statyczny]
Indicates that the scroll bar is at the left of its scrolling range. | ScrollEventDetail | ||
AT_RIGHT : String = "atRight" [statyczny]
Indicates that the scroll bar is at the right of its scrolling range. | ScrollEventDetail | ||
AT_TOP : String = "atTop" [statyczny]
Indicates that the scroll bar is at the top of its scrolling range. | ScrollEventDetail | ||
LINE_DOWN : String = "lineDown" [statyczny]
Indicates that the scroll bar has moved down by one line. | ScrollEventDetail | ||
LINE_LEFT : String = "lineLeft" [statyczny]
Indicates that the scroll bar has moved left by one line. | ScrollEventDetail | ||
LINE_RIGHT : String = "lineRight" [statyczny]
Indicates that the scroll bar has moved right by one line. | ScrollEventDetail | ||
LINE_UP : String = "lineUp" [statyczny]
Indicates that the scroll bar has moved up by one line. | ScrollEventDetail | ||
PAGE_DOWN : String = "pageDown" [statyczny]
Indicates that the scroll bar has moved down by one page. | ScrollEventDetail | ||
PAGE_LEFT : String = "pageLeft" [statyczny]
Indicates that the scroll bar has moved left by one page. | ScrollEventDetail | ||
PAGE_RIGHT : String = "pageRight" [statyczny]
Indicates that the scroll bar has moved right by one page. | ScrollEventDetail | ||
PAGE_UP : String = "pageUp" [statyczny]
Indicates that the scroll bar has moved up by one page. | ScrollEventDetail | ||
THUMB_POSITION : String = "thumbPosition" [statyczny]
Indicates that the scroll bar thumb has stopped moving. | ScrollEventDetail | ||
THUMB_TRACK : String = "thumbTrack" [statyczny]
Indicates that the scroll bar thumb is moving. | ScrollEventDetail |
AT_BOTTOM | Stała |
public static const AT_BOTTOM:String = "atBottom"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the bottom of its scrolling range.
AT_LEFT | Stała |
public static const AT_LEFT:String = "atLeft"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the left of its scrolling range.
AT_RIGHT | Stała |
public static const AT_RIGHT:String = "atRight"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the right of its scrolling range.
AT_TOP | Stała |
public static const AT_TOP:String = "atTop"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the top of its scrolling range.
LINE_DOWN | Stała |
public static const LINE_DOWN:String = "lineDown"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one line.
LINE_LEFT | Stała |
public static const LINE_LEFT:String = "lineLeft"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one line.
LINE_RIGHT | Stała |
public static const LINE_RIGHT:String = "lineRight"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one line.
LINE_UP | Stała |
public static const LINE_UP:String = "lineUp"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one line.
PAGE_DOWN | Stała |
public static const PAGE_DOWN:String = "pageDown"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one page.
PAGE_LEFT | Stała |
public static const PAGE_LEFT:String = "pageLeft"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one page.
PAGE_RIGHT | Stała |
public static const PAGE_RIGHT:String = "pageRight"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one page.
PAGE_UP | Stała |
public static const PAGE_UP:String = "pageUp"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one page.
THUMB_POSITION | Stała |
public static const THUMB_POSITION:String = "thumbPosition"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb has stopped moving.
THUMB_TRACK | Stała |
public static const THUMB_TRACK:String = "thumbTrack"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb is moving.
Tue Jun 12 2018, 12:06 PM Z