Wijmo UI for the Web
IPagedDataView Interface
wijmo.data Namespace : IPagedDataView Interface
Provides paging of a collection.
Fields
 NameDescription
 Field

Type: wijmo.data.IMutableObservable

The current element in the data view

 
 Field

Type: wijmo.data.IMutableObservable

The current element index in the data view

 
 Field

Type: wijmo.data.IMutableObservable

The filter to be applied to the data view. When assigned, the data view is refreshed.

 
 Field

Type: wijmo.data.IObservable

A value indicating whether the data view is loaded

 
 Field

Type: wijmo.data.IObservable

A value indicating whether the data view is being loaded

 
 Field

Type: wijmo.data.IObservable

The number of pages.

 
 Field

Type: wijmo.data.IMutableObservable

The current page index.

 
 Field

Type: wijmo.data.IMutableObservable

The current page index.

 
 Field

Type: wijmo.data.IMutableObservable

An observable property that gets or sets the sort to be applied to the data view. When assigned, the data view is refreshed.

 
 Field

Type: wijmo.data.IObservable

The number of elements before paging is applied.

 
Top
Methods
 NameDescription
 MethodCancels the ongoing refresh operation  
 MethodReturns a value that indicates whether the data view supports filtering  
 MethodReturns a value that indicates whether the data view supports sorting  
 MethodReturns the number of items in the current view.  
 Method  
 MethodReturns properties for elements in the view  
 MethodReturns the current value of the property in the element.  
 MethodReturns the element array before applying client-side filtering/sorting/paging.  
 MethodReturns an element in the view by index.  
 MethodReloads the data view.  
 MethodSets the value of the property in the element.  
 Method (Inherited from wijmo.data.ISubscribable)
Top
See Also

Reference

wijmo.data Namespace