Abstract
Readonly
_children Count _childrenCount : number
_children Views _childrenViews : { type : number ; view : PagerItem } [] _default Template _defaultTemplate : KeyedTemplate
Protected
_effective Item Height _effectiveItemHeight : number
Protected
_effective Item Width _effectiveItemWidth : number
_item Templates Internal _itemTemplatesInternal : KeyedTemplate []
_item View Loader _itemViewLoader : Function
Readonly
android android : any
auto Play autoPlay : boolean
auto Play Delay autoPlayDelay : number
cache cache : boolean
Defined in packages/ui-pager/index.d.ts:8 can Go Left canGoLeft : boolean
can Go Right canGoRight : boolean
circular Mode circularMode : boolean
disable Animation disableAnimation : boolean
disable Swipe disableSwipe : boolean
indicator indicator : { getCount () : number ; getSelection () : number ; setCount ( count : number ) : any ; setInteractiveAnimation ( animated ?: boolean ) : any ; setProgress ( position : number , progress : number ) : any ; setSelection ( index : number , animated ?: boolean ) : any ; withoutAnimation ( callback : Function ) : any ; }
Readonly
ios ios : any
Overrides PagerBase.ios
Defined in packages/ui-pager/index.d.ts:13 items items : any [] | ItemsSource
item Template itemTemplate : string | Template
item Templates itemTemplates : string | KeyedTemplate []
load More Count loadMoreCount : number
Protected
m Observable Array Instance mObservableArrayInstance : ObservableArray < any >
orientation orientation : Orientation
peaking peaking : PercentLengthType
preserve Index On Items Change preserveIndexOnItemsChange : boolean
selected Index selectedIndex : number
spacing spacing : PercentLengthType
transformers transformers : string
Static
item Disposing Event itemDisposingEvent : string
Static
item Loading Event itemLoadingEvent : string
Static
known Functions knownFunctions : string []
Static
load More Items Event loadMoreItemsEvent : string
Static
m Registered Transformers mRegisteredTransformers : {}
Static
scroll Event scrollEvent : string
Static
selected Index Change Event selectedIndexChangeEvent : string
Static
swipe End Event swipeEndEvent : string
Static
swipe Event swipeEvent : string
Static
swipe Over Event swipeOverEvent : string
Static
swipe Start Event swipeStartEvent : string
Gets the android-specific native instance that lies behind this proxy. Will be available if running on an Android platform.