套件 | mx.events |
類別 | public final class ScrollEventDetail |
繼承 | ScrollEventDetail Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
detail
property
of a ScrollEvent.
相關 API 元素
常數 | 定義自 | ||
---|---|---|---|
AT_BOTTOM : String = "atBottom" [靜態]
Indicates that the scroll bar is at the bottom of its scrolling range. | ScrollEventDetail | ||
AT_LEFT : String = "atLeft" [靜態]
Indicates that the scroll bar is at the left of its scrolling range. | ScrollEventDetail | ||
AT_RIGHT : String = "atRight" [靜態]
Indicates that the scroll bar is at the right of its scrolling range. | ScrollEventDetail | ||
AT_TOP : String = "atTop" [靜態]
Indicates that the scroll bar is at the top of its scrolling range. | ScrollEventDetail | ||
LINE_DOWN : String = "lineDown" [靜態]
Indicates that the scroll bar has moved down by one line. | ScrollEventDetail | ||
LINE_LEFT : String = "lineLeft" [靜態]
Indicates that the scroll bar has moved left by one line. | ScrollEventDetail | ||
LINE_RIGHT : String = "lineRight" [靜態]
Indicates that the scroll bar has moved right by one line. | ScrollEventDetail | ||
LINE_UP : String = "lineUp" [靜態]
Indicates that the scroll bar has moved up by one line. | ScrollEventDetail | ||
PAGE_DOWN : String = "pageDown" [靜態]
Indicates that the scroll bar has moved down by one page. | ScrollEventDetail | ||
PAGE_LEFT : String = "pageLeft" [靜態]
Indicates that the scroll bar has moved left by one page. | ScrollEventDetail | ||
PAGE_RIGHT : String = "pageRight" [靜態]
Indicates that the scroll bar has moved right by one page. | ScrollEventDetail | ||
PAGE_UP : String = "pageUp" [靜態]
Indicates that the scroll bar has moved up by one page. | ScrollEventDetail | ||
THUMB_POSITION : String = "thumbPosition" [靜態]
Indicates that the scroll bar thumb has stopped moving. | ScrollEventDetail | ||
THUMB_TRACK : String = "thumbTrack" [靜態]
Indicates that the scroll bar thumb is moving. | ScrollEventDetail |
AT_BOTTOM | 常數 |
public static const AT_BOTTOM:String = "atBottom"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the bottom of its scrolling range.
AT_LEFT | 常數 |
public static const AT_LEFT:String = "atLeft"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the left of its scrolling range.
AT_RIGHT | 常數 |
public static const AT_RIGHT:String = "atRight"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the right of its scrolling range.
AT_TOP | 常數 |
public static const AT_TOP:String = "atTop"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the top of its scrolling range.
LINE_DOWN | 常數 |
public static const LINE_DOWN:String = "lineDown"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one line.
LINE_LEFT | 常數 |
public static const LINE_LEFT:String = "lineLeft"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one line.
LINE_RIGHT | 常數 |
public static const LINE_RIGHT:String = "lineRight"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one line.
LINE_UP | 常數 |
public static const LINE_UP:String = "lineUp"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one line.
PAGE_DOWN | 常數 |
public static const PAGE_DOWN:String = "pageDown"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one page.
PAGE_LEFT | 常數 |
public static const PAGE_LEFT:String = "pageLeft"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one page.
PAGE_RIGHT | 常數 |
public static const PAGE_RIGHT:String = "pageRight"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one page.
PAGE_UP | 常數 |
public static const PAGE_UP:String = "pageUp"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one page.
THUMB_POSITION | 常數 |
public static const THUMB_POSITION:String = "thumbPosition"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb has stopped moving.
THUMB_TRACK | 常數 |
public static const THUMB_TRACK:String = "thumbTrack"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb is moving.
Tue Jun 12 2018, 03:47 PM Z