Package | ga.util |
Classe | public class ScrollIntoViewUtil |
Héritage | ScrollIntoViewUtil Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Propriétés publiques
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
[statique]
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 | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
[statique]
Scroll the specified component into view
| ScrollIntoViewUtil | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
HORIZONTAL_SCROLL_POSITION : * = horizontalScrollPosition [statique]
Defines horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_HORIZONTAL_SCROLL_POSITION : * = maxHorizontalScrollPosition [statique]
Defines maximum horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_VERTICAL_SCROLL_POSITION : * = maxVerticalScrollPosition [statique]
Defines maximum vertical scroll position. | ScrollIntoViewUtil | ||
VERTICAL_SCROLL_POSITION : * = verticalScrollPosition [statique]
Defines vertical scroll position. | ScrollIntoViewUtil |
Détails de la méthode
getScroller | () | méthode |
public static function getScroller(component:IUIComponent, direction:Boolean):DisplayObjectContainer
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | 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
Paramètres
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 | () | méthode |
public static function scrollIntoView(component:IUIComponent):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Scroll the specified component into view
Paramètres
component:IUIComponent — the object to bring into view
|
Détails de la constante
HORIZONTAL_SCROLL_POSITION | Constante |
public static const HORIZONTAL_SCROLL_POSITION:* = horizontalScrollPosition
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Defines horizontal scroll position.
MAX_HORIZONTAL_SCROLL_POSITION | Constante |
public static const MAX_HORIZONTAL_SCROLL_POSITION:* = maxHorizontalScrollPosition
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Defines maximum horizontal scroll position.
MAX_VERTICAL_SCROLL_POSITION | Constante |
public static const MAX_VERTICAL_SCROLL_POSITION:* = maxVerticalScrollPosition
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Defines maximum vertical scroll position.
VERTICAL_SCROLL_POSITION | Constante |
public static const VERTICAL_SCROLL_POSITION:* = verticalScrollPosition
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Defines vertical scroll position.
Tue Jun 12 2018, 09:30 AM Z