Paquete | ga.util |
Clase | public class ScrollIntoViewUtil |
Herencia | ScrollIntoViewUtil Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estática]
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 | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
[estática]
Scroll the specified component into view
| ScrollIntoViewUtil | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL_SCROLL_POSITION : * = horizontalScrollPosition [estática]
Defines horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_HORIZONTAL_SCROLL_POSITION : * = maxHorizontalScrollPosition [estática]
Defines maximum horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_VERTICAL_SCROLL_POSITION : * = maxVerticalScrollPosition [estática]
Defines maximum vertical scroll position. | ScrollIntoViewUtil | ||
VERTICAL_SCROLL_POSITION : * = verticalScrollPosition [estática]
Defines vertical scroll position. | ScrollIntoViewUtil |
Información sobre métodos
getScroller | () | método |
public static function getScroller(component:IUIComponent, direction:Boolean):DisplayObjectContainer
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | 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
Parámetros
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étodo |
public static function scrollIntoView(component:IUIComponent):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Scroll the specified component into view
Parámetros
component:IUIComponent — the object to bring into view
|
Información sobre constantes
HORIZONTAL_SCROLL_POSITION | Constante |
public static const HORIZONTAL_SCROLL_POSITION:* = horizontalScrollPosition
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Defines horizontal scroll position.
MAX_HORIZONTAL_SCROLL_POSITION | Constante |
public static const MAX_HORIZONTAL_SCROLL_POSITION:* = maxHorizontalScrollPosition
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Defines maximum horizontal scroll position.
MAX_VERTICAL_SCROLL_POSITION | Constante |
public static const MAX_VERTICAL_SCROLL_POSITION:* = maxVerticalScrollPosition
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Defines maximum vertical scroll position.
VERTICAL_SCROLL_POSITION | Constante |
public static const VERTICAL_SCROLL_POSITION:* = verticalScrollPosition
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Defines vertical scroll position.
Tue Jun 12 2018, 02:12 PM Z