Pakiet | ga.util |
Klasa | public class ScrollIntoViewUtil |
Dziedziczenie | ScrollIntoViewUtil Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Search the parent chain up from the component finding the first set of scrollbars that can scroll in the specified direction
Return the container that can scroll in the specified direction
| ScrollIntoViewUtil | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
[statyczny]
Scroll the specified component into view
| ScrollIntoViewUtil | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
HORIZONTAL_SCROLL_POSITION : * = horizontalScrollPosition [statyczny]
Defines horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_HORIZONTAL_SCROLL_POSITION : * = maxHorizontalScrollPosition [statyczny]
Defines maximum horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_VERTICAL_SCROLL_POSITION : * = maxVerticalScrollPosition [statyczny]
Defines maximum vertical scroll position. | ScrollIntoViewUtil | ||
VERTICAL_SCROLL_POSITION : * = verticalScrollPosition [statyczny]
Defines vertical scroll position. | ScrollIntoViewUtil |
Szczegół metody
getScroller | () | metoda |
public static function getScroller(component:IUIComponent, direction:Boolean):DisplayObjectContainer
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Search the parent chain up from the component finding the first set of scrollbars that can scroll in the specified direction Return the container that can scroll in the specified direction
Parametry
component:IUIComponent — the component that is a descendant of the container with scroll bars
| |
direction:Boolean — true for horizontal, false for vertical
|
DisplayObjectContainer — DisplayObjectContainer
|
scrollIntoView | () | metoda |
public static function scrollIntoView(component:IUIComponent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Scroll the specified component into view
Parametry
component:IUIComponent — the object to bring into view
|
Szczegół stałej
HORIZONTAL_SCROLL_POSITION | Stała |
public static const HORIZONTAL_SCROLL_POSITION:* = horizontalScrollPosition
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Defines horizontal scroll position.
MAX_HORIZONTAL_SCROLL_POSITION | Stała |
public static const MAX_HORIZONTAL_SCROLL_POSITION:* = maxHorizontalScrollPosition
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Defines maximum horizontal scroll position.
MAX_VERTICAL_SCROLL_POSITION | Stała |
public static const MAX_VERTICAL_SCROLL_POSITION:* = maxVerticalScrollPosition
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Defines maximum vertical scroll position.
VERTICAL_SCROLL_POSITION | Stała |
public static const VERTICAL_SCROLL_POSITION:* = verticalScrollPosition
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Defines vertical scroll position.
Tue Jun 12 2018, 12:06 PM Z