Pacote | ga.util |
Classe | public class ScrollIntoViewUtil |
Herança | ScrollIntoViewUtil Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estático]
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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
[estático]
Scroll the specified component into view
| ScrollIntoViewUtil | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HORIZONTAL_SCROLL_POSITION : * = horizontalScrollPosition [estático]
Defines horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_HORIZONTAL_SCROLL_POSITION : * = maxHorizontalScrollPosition [estático]
Defines maximum horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_VERTICAL_SCROLL_POSITION : * = maxVerticalScrollPosition [estático]
Defines maximum vertical scroll position. | ScrollIntoViewUtil | ||
VERTICAL_SCROLL_POSITION : * = verticalScrollPosition [estático]
Defines vertical scroll position. | ScrollIntoViewUtil |
Detalhes do método
getScroller | () | método |
public static function getScroller(component:IUIComponent, direction:Boolean):DisplayObjectContainer
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Scroll the specified component into view
Parâmetros
component:IUIComponent — the object to bring into view
|
Detalhes da constante
HORIZONTAL_SCROLL_POSITION | Constante |
public static const HORIZONTAL_SCROLL_POSITION:* = horizontalScrollPosition
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Defines horizontal scroll position.
MAX_HORIZONTAL_SCROLL_POSITION | Constante |
public static const MAX_HORIZONTAL_SCROLL_POSITION:* = maxHorizontalScrollPosition
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Defines maximum horizontal scroll position.
MAX_VERTICAL_SCROLL_POSITION | Constante |
public static const MAX_VERTICAL_SCROLL_POSITION:* = maxVerticalScrollPosition
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Defines maximum vertical scroll position.
VERTICAL_SCROLL_POSITION | Constante |
public static const VERTICAL_SCROLL_POSITION:* = verticalScrollPosition
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Defines vertical scroll position.
Wed Jun 13 2018, 11:10 AM Z