Paket | ga.util |
Sınıf | public class ScrollIntoViewUtil |
Miras Alma | ScrollIntoViewUtil Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[statik]
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
[statik]
Scroll the specified component into view
| ScrollIntoViewUtil | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
HORIZONTAL_SCROLL_POSITION : * = horizontalScrollPosition [statik]
Defines horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_HORIZONTAL_SCROLL_POSITION : * = maxHorizontalScrollPosition [statik]
Defines maximum horizontal scroll position. | ScrollIntoViewUtil | ||
MAX_VERTICAL_SCROLL_POSITION : * = maxVerticalScrollPosition [statik]
Defines maximum vertical scroll position. | ScrollIntoViewUtil | ||
VERTICAL_SCROLL_POSITION : * = verticalScrollPosition [statik]
Defines vertical scroll position. | ScrollIntoViewUtil |
Yöntem Ayrıntısı
getScroller | () | yöntem |
public static function getScroller(component:IUIComponent, direction:Boolean):DisplayObjectContainer
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | 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
Parametreler
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 | () | yöntem |
public static function scrollIntoView(component:IUIComponent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Scroll the specified component into view
Parametreler
component:IUIComponent — the object to bring into view
|
Sabit Ayrıntısı
HORIZONTAL_SCROLL_POSITION | Sabit |
public static const HORIZONTAL_SCROLL_POSITION:* = horizontalScrollPosition
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Defines horizontal scroll position.
MAX_HORIZONTAL_SCROLL_POSITION | Sabit |
public static const MAX_HORIZONTAL_SCROLL_POSITION:* = maxHorizontalScrollPosition
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Defines maximum horizontal scroll position.
MAX_VERTICAL_SCROLL_POSITION | Sabit |
public static const MAX_VERTICAL_SCROLL_POSITION:* = maxVerticalScrollPosition
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Defines maximum vertical scroll position.
VERTICAL_SCROLL_POSITION | Sabit |
public static const VERTICAL_SCROLL_POSITION:* = verticalScrollPosition
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Defines vertical scroll position.
Tue Jun 12 2018, 01:09 PM Z