Wijmo UI for the Web
IDataView Interface
wijmo.data Namespace : IDataView Interface
Provides filtering, sorting and loading for a collection of data.
Fields
 NameDescription
 Field

The current element in the data view.

Type: wijmo.data.IMutableObservable

 

 
 Field

Type: wijmo.data.IMutableObservable

The current element index in the data view

 
 Field

An observable property that gets or sets the filtering to apply to the data view. When a filter is assigned, the data view refreshes.

Type: wijmo.data.IMutableObservable

Default: null

 
 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

An observable property that gets or sets the sorting to apply to the data view. When assigned, the data view refreshes.

Type: wijmo.data.IMutableObservable

Default: null

 

 
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