Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadListView

Hierarchy

  • any

Index

Properties

Methods

Properties

_hasGroupingFunctionChanged

_hasGroupingFunctionChanged: boolean

android

android: any

androidListView

androidListView: any

enableCollapsibleGroups

enableCollapsibleGroups: boolean

filteringFunction

filteringFunction: function

Type declaration

    • (item: any): boolean
    • Parameters

      • item: any

      Returns boolean

footerItemTemplate

footerItemTemplate: string

groupTemplate

groupTemplate: string

groupingFunction

groupingFunction: function

Type declaration

    • (item: any): any
    • Parameters

      • item: any

      Returns any

headerItemTemplate

headerItemTemplate: string

itemReorder

itemReorder: boolean

itemSelectedBackgroundColor

itemSelectedBackgroundColor: Color

itemSwipe

itemSwipe: boolean

itemSwipeTemplate

itemSwipeTemplate: string

itemTemplate

itemTemplate: string

itemTemplateSelector

itemTemplateSelector: string | function

itemTemplates

itemTemplates: string | Array<KeyedTemplate>

itemViewDisposer

itemViewDisposer: function

Type declaration

    • (): void
    • Returns void

itemViewLoader

itemViewLoader: function

Type declaration

    • (viewType: any): View
    • Parameters

      • viewType: any

      Returns View

items

items: any

listViewLayout

listViewLayout: ListViewLayoutBase

loadOnDemandBufferSize

loadOnDemandBufferSize: number

loadOnDemandMode

loadOnDemandMode: ListViewLoadOnDemandMode

multipleSelection

multipleSelection: boolean

nativeScriptViewAdded

nativeScriptViewAdded: function

Type declaration

    • (parent: View, child: View): void
    • Parameters

      • parent: View
      • child: View

      Returns void

pullToRefresh

pullToRefresh: boolean

pullToRefreshStyle

pullToRefreshStyle: PullToRefreshStyle

reorderMode

reorderMode: ListViewReorderMode

scrollPosition

scrollPosition: ListViewScrollPosition

selectionBehavior

selectionBehavior: ListViewSelectionBehavior

sortingFunction

sortingFunction: function

Type declaration

    • (item: any, otherItem: any): number
    • Parameters

      • item: any
      • otherItem: any

      Returns number

swipeActions

swipeActions: boolean

Static dataPopulatedEvent

dataPopulatedEvent: string

Static enableCollapsibleGroupsProperty

enableCollapsibleGroupsProperty: Property<RadListView, boolean>

Static filteringFunctionProperty

filteringFunctionProperty: Property<RadListView, function>

Static footerItemTemplateProperty

footerItemTemplateProperty: Property<RadListView, string>

Static groupTemplateProperty

groupTemplateProperty: Property<RadListView, string>

Static groupingFunctionProperty

groupingFunctionProperty: Property<RadListView, function>

Static headerItemTemplateProperty

headerItemTemplateProperty: Property<RadListView, string>

Static itemDeselectedEvent

itemDeselectedEvent: string

Static itemDeselectingEvent

itemDeselectingEvent: string

Static itemHoldEvent

itemHoldEvent: string

Static itemLoadingEvent

itemLoadingEvent: string

Static itemReorderProperty

itemReorderProperty: Property<RadListView, boolean>

Static itemReorderStartedEvent

itemReorderStartedEvent: string

Static itemReorderStartingEvent

itemReorderStartingEvent: string

Static itemReorderedEvent

itemReorderedEvent: string

Static itemSelectedBackgroundColorProperty

itemSelectedBackgroundColorProperty: Property<RadListView, Color>

Static itemSelectedEvent

itemSelectedEvent: string

Static itemSelectingEvent

itemSelectingEvent: string

Static itemSwipeProgressChangedEvent

itemSwipeProgressChangedEvent: string

Static itemSwipeProgressEndedEvent

itemSwipeProgressEndedEvent: string

Static itemSwipeProgressStartedEvent

itemSwipeProgressStartedEvent: string

Static itemSwipeProperty

itemSwipeProperty: Property<RadListView, string>

Static itemSwipeTemplateProperty

itemSwipeTemplateProperty: Property<RadListView, string>

Static itemSwipingEvent

itemSwipingEvent: string

Static itemTapEvent

itemTapEvent: string

Static itemTemplateProperty

itemTemplateProperty: Property<RadListView, string>

Static itemsProperty

itemsProperty: Property<RadListView, any>

Static listViewLayoutProperty

listViewLayoutProperty: Property<RadListView, ListViewLayoutBase>

Static loadMoreDataRequestedEvent

loadMoreDataRequestedEvent: string

Static loadOnDemandBufferSizeProperty

loadOnDemandBufferSizeProperty: Property<RadListView, number>

Static loadOnDemandModeProperty

loadOnDemandModeProperty: Property<RadListView, ListViewLoadOnDemandMode>

Static multipleSelectionProperty

multipleSelectionProperty: Property<RadListView, boolean>

Static pullToRefreshInitiatedEvent

pullToRefreshInitiatedEvent: string

Static pullToRefreshProperty

pullToRefreshProperty: Property<RadListView, boolean>

Static pullToRefreshStyleProperty

pullToRefreshStyleProperty: Property<RadListView, PullToRefreshStyle>

Static reorderModeProperty

reorderModeProperty: Property<RadListView, ListViewReorderMode>

Static scrollDragEndedEvent

scrollDragEndedEvent: string

Static scrollEndedEvent

scrollEndedEvent: string

Static scrollPositionProperty

scrollPositionProperty: Property<RadListView, ListViewScrollPosition>

Static scrollStartedEvent

scrollStartedEvent: string

Static scrolledEvent

scrolledEvent: string

Static selectionBehaviorProperty

selectionBehaviorProperty: Property<RadListView, ListViewSelectionBehavior>

Static sortingFunctionProperty

sortingFunctionProperty: Property<RadListView, function>

Static swipeActionsProperty

swipeActionsProperty: Property<RadListView, boolean>

Methods

deselectAll

  • deselectAll(): void
  • Returns void

deselectItemAt

  • deselectItemAt(index: number): any
  • Parameters

    • index: number

    Returns any

getFirstVisiblePosition

  • getFirstVisiblePosition(): any
  • Returns any

getItemAtIndex

  • getItemAtIndex(index: number): any
  • Parameters

    • index: number

    Returns any

getScrollOffset

  • getScrollOffset(): number
  • Returns number

getSelectedItems

  • getSelectedItems(): Array<any>
  • Returns Array<any>

getViewForItem

  • getViewForItem(item: any): View
  • Parameters

    • item: any

    Returns View

    The {N} View used to visualize the provided item.

isItemSelected

  • isItemSelected(item: any): boolean
  • Parameters

    • item: any

    Returns boolean

notifyAppendItemsOnDemandFinished

  • notifyAppendItemsOnDemandFinished(itemsCount: number, disableLoadOnDemand: boolean): void
  • Parameters

    • itemsCount: number
    • Optional disableLoadOnDemand: boolean

    Returns void

notifyLoadOnDemandFinished

  • notifyLoadOnDemandFinished(disableLoadOnDemand: boolean): void
  • Parameters

    • Optional disableLoadOnDemand: boolean

    Returns void

notifyPullToRefreshFinished

  • notifyPullToRefreshFinished(enableLoadOnDemand: boolean): void
  • Parameters

    • Optional enableLoadOnDemand: boolean

    Returns void

notifySwipeToExecuteFinished

  • notifySwipeToExecuteFinished(): void
  • Returns void

refresh

  • refresh(): void
  • Returns void

resumeUpdates

  • resumeUpdates(refresh: boolean): any
  • Parameters

    • refresh: boolean

    Returns any

scrollToIndex

  • scrollToIndex(index: number, animate: boolean): void
  • scrollToIndex(index: number, animate: boolean, snapMode: ListViewItemSnapMode): void
  • scrollToIndex(index: number): void
  • Parameters

    • index: number
    • animate: boolean

    Returns void

  • Parameters

    Returns void

  • Parameters

    • index: number

    Returns void

scrollWithAmount

  • scrollWithAmount(amount: number, animate: boolean): void
  • Parameters

    • amount: number
    • animate: boolean

    Returns void

selectAll

  • selectAll(): void
  • Returns void

selectItemAt

  • selectItemAt(index: number): any
  • Parameters

    • index: number

    Returns any

suspendUpdates

  • suspendUpdates(): void
  • Returns void

updateHeaderFooter

  • updateHeaderFooter(): void
  • Returns void

updatesSuspended

  • updatesSuspended(): boolean
  • Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method