套件 | ga.util |
類別 | public class ScrollIntoViewUtil |
繼承 | ScrollIntoViewUtil Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | 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
| ScrollIntoViewUtil | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
[靜態]
Scroll the specified component into view
| ScrollIntoViewUtil | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
HORIZONTAL_SCROLL_POSITION : * = horizontalScrollPosition [靜態]
Defines horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_HORIZONTAL_SCROLL_POSITION : * = maxHorizontalScrollPosition [靜態]
Defines maximum horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_VERTICAL_SCROLL_POSITION : * = maxVerticalScrollPosition [靜態]
Defines maximum vertical scroll position. | ScrollIntoViewUtil | ||
VERTICAL_SCROLL_POSITION : * = verticalScrollPosition [靜態]
Defines vertical scroll position. | ScrollIntoViewUtil |
方法詳細資訊
getScroller | () | 方法 |
public static function getScroller(component:IUIComponent, direction:Boolean):DisplayObjectContainer
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | 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
參數
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 | () | 方法 |
public static function scrollIntoView(component:IUIComponent):void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Scroll the specified component into view
參數
component:IUIComponent — the object to bring into view
|
常數詳細資訊
HORIZONTAL_SCROLL_POSITION | 常數 |
public static const HORIZONTAL_SCROLL_POSITION:* = horizontalScrollPosition
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Defines horizontal scroll position.
MAX_HORIZONTAL_SCROLL_POSITION | 常數 |
public static const MAX_HORIZONTAL_SCROLL_POSITION:* = maxHorizontalScrollPosition
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Defines maximum horizontal scroll position.
MAX_VERTICAL_SCROLL_POSITION | 常數 |
public static const MAX_VERTICAL_SCROLL_POSITION:* = maxVerticalScrollPosition
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Defines maximum vertical scroll position.
VERTICAL_SCROLL_POSITION | 常數 |
public static const VERTICAL_SCROLL_POSITION:* = verticalScrollPosition
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Defines vertical scroll position.
Tue Jun 12 2018, 03:47 PM Z