Pacchetto | mx.events |
Classe | public final class ScrollEventDetail |
Ereditarietà | ScrollEventDetail Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
detail
property
of a ScrollEvent.
Elementi API correlati
Costante | Definito da | ||
---|---|---|---|
AT_BOTTOM : String = "atBottom" [statico]
Indicates that the scroll bar is at the bottom of its scrolling range. | ScrollEventDetail | ||
AT_LEFT : String = "atLeft" [statico]
Indicates that the scroll bar is at the left of its scrolling range. | ScrollEventDetail | ||
AT_RIGHT : String = "atRight" [statico]
Indicates that the scroll bar is at the right of its scrolling range. | ScrollEventDetail | ||
AT_TOP : String = "atTop" [statico]
Indicates that the scroll bar is at the top of its scrolling range. | ScrollEventDetail | ||
LINE_DOWN : String = "lineDown" [statico]
Indicates that the scroll bar has moved down by one line. | ScrollEventDetail | ||
LINE_LEFT : String = "lineLeft" [statico]
Indicates that the scroll bar has moved left by one line. | ScrollEventDetail | ||
LINE_RIGHT : String = "lineRight" [statico]
Indicates that the scroll bar has moved right by one line. | ScrollEventDetail | ||
LINE_UP : String = "lineUp" [statico]
Indicates that the scroll bar has moved up by one line. | ScrollEventDetail | ||
PAGE_DOWN : String = "pageDown" [statico]
Indicates that the scroll bar has moved down by one page. | ScrollEventDetail | ||
PAGE_LEFT : String = "pageLeft" [statico]
Indicates that the scroll bar has moved left by one page. | ScrollEventDetail | ||
PAGE_RIGHT : String = "pageRight" [statico]
Indicates that the scroll bar has moved right by one page. | ScrollEventDetail | ||
PAGE_UP : String = "pageUp" [statico]
Indicates that the scroll bar has moved up by one page. | ScrollEventDetail | ||
THUMB_POSITION : String = "thumbPosition" [statico]
Indicates that the scroll bar thumb has stopped moving. | ScrollEventDetail | ||
THUMB_TRACK : String = "thumbTrack" [statico]
Indicates that the scroll bar thumb is moving. | ScrollEventDetail |
AT_BOTTOM | Costante |
public static const AT_BOTTOM:String = "atBottom"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the bottom of its scrolling range.
AT_LEFT | Costante |
public static const AT_LEFT:String = "atLeft"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the left of its scrolling range.
AT_RIGHT | Costante |
public static const AT_RIGHT:String = "atRight"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the right of its scrolling range.
AT_TOP | Costante |
public static const AT_TOP:String = "atTop"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the top of its scrolling range.
LINE_DOWN | Costante |
public static const LINE_DOWN:String = "lineDown"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one line.
LINE_LEFT | Costante |
public static const LINE_LEFT:String = "lineLeft"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one line.
LINE_RIGHT | Costante |
public static const LINE_RIGHT:String = "lineRight"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one line.
LINE_UP | Costante |
public static const LINE_UP:String = "lineUp"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one line.
PAGE_DOWN | Costante |
public static const PAGE_DOWN:String = "pageDown"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one page.
PAGE_LEFT | Costante |
public static const PAGE_LEFT:String = "pageLeft"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one page.
PAGE_RIGHT | Costante |
public static const PAGE_RIGHT:String = "pageRight"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one page.
PAGE_UP | Costante |
public static const PAGE_UP:String = "pageUp"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one page.
THUMB_POSITION | Costante |
public static const THUMB_POSITION:String = "thumbPosition"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb has stopped moving.
THUMB_TRACK | Costante |
public static const THUMB_TRACK:String = "thumbTrack"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb is moving.
Tue Jun 12 2018, 02:44 PM Z