wijmo.data Namespace : IDataView Interface |
Name | Description | |
---|---|---|
currentItem | The current element in the data view | |
currentPosition | The current element index in the data view | |
filter | The filter to be applied to the data view. When assigned, the data view is refreshed. | |
isLoaded | A value indicating whether the data view is loaded | |
isLoading | A value indicating whether the data view is being loaded | |
sort | An observable property that gets or sets the sort to be applied to the data view. When assigned, the data view is refreshed. |
Name | Description | |
---|---|---|
cancelRefresh | Cancels the ongoing refresh operation | |
canFilter | Returns a value that indicates whether the data view supports filtering | |
canSort | Returns a value that indicates whether the data view supports sorting | |
count | Returns the number of items in the current view. | |
dispose | ||
getProperties | Returns properties for elements in the view | |
getProperty | Returns the current value of the property in the element. | |
getSource | Returns the element array before applying client-side filtering/sorting/paging. | |
item | Returns an element in the view by index. | |
refresh | Reloads the data view. | |
setProperty | Sets the value of the property in the element. | |
subscribe | (Inherited from wijmo.data.ISubscribable) |