Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListViewComponent

Hierarchy

Implements

  • DoCheck
  • OnDestroy
  • AfterContentInit

Index

Constructors

constructor

  • new ListViewComponent(_elementRef: ElementRef, _iterableDiffers: IterableDiffers, zone: NgZone): ListViewComponent

Properties

Protected _differ

_differ: IterableDiffer<KeyedTemplate>

Protected _items

_items: any

Protected _templateMap

_templateMap: Map<string, KeyedTemplate>

itemTemplate

itemTemplate: TemplateRef<ItemContext>

itemTemplateQuery

itemTemplateQuery: TemplateRef<ItemContext>

loader

loader: ViewContainerRef

setupItemView

setupItemView: EventEmitter<SetupItemViewArgs>

Protected templatedItemsView

templatedItemsView: ListView

Accessors

items

  • get (): any
  • set (value: any): void

nativeElement

  • get (): ListView

Methods

Protected getItemTemplateViewFactory

  • getItemTemplateViewFactory(template: TemplateRef<ItemContext>): function

ngAfterContentInit

  • ngAfterContentInit(): void

ngDoCheck

  • ngDoCheck(): void

ngOnDestroy

  • ngOnDestroy(): void

onItemLoading

  • onItemLoading(args: ItemEventData): void

registerTemplate

  • registerTemplate(key: string, template: TemplateRef<ItemContext>): void

setupViewRef

  • setupViewRef(viewRef: EmbeddedViewRef<ItemContext>, data: any, index: number): void

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