Wijmo UI for the Web
IDataView Interface
Provides filtering, sorting and loading of a collection.
Browser Compatibility
7
5
5
Fields
 NameDescription
 FieldcurrentItem

Type: wijmo.data.IMutableObservable

The current element in the data view

 
 FieldcurrentPosition

Type: wijmo.data.IMutableObservable

The current element index in the data view

 
 Fieldfilter

Type: wijmo.data.IMutableObservable

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

 
 FieldisLoaded

Type: wijmo.data.IObservable

A value indicating whether the data view is loaded

 
 FieldisLoading

Type: wijmo.data.IObservable

A value indicating whether the data view is being loaded

 
 Fieldsort

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.

 
Top
Methods
 NameDescription
 MethodcancelRefreshCancels the ongoing refresh operation  
 MethodcanFilterReturns a value that indicates whether the data view supports filtering  
 MethodcanSortReturns a value that indicates whether the data view supports sorting  
 MethodcountReturns the number of items in the current view.  
 Methoddispose  
 MethodgetPropertiesReturns properties for elements in the view  
 MethodgetPropertyReturns the current value of the property in the element.  
 MethodgetSourceReturns the element array before applying client-side filtering/sorting/paging.  
 MethoditemReturns an element in the view by index.  
 MethodrefreshReloads the data view.  
 MethodsetPropertySets the value of the property in the element.  
 Methodsubscribe (Inherited from wijmo.data.ISubscribable)
Top
See Also

Reference

wijmo.data Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.