var instance = new wijmo.data.BreezeDataView();
function BreezeDataView;
var instance = new wijmo.data.BreezeDataView();
function BreezeDataView;
Object
wijmo.data.RemoteDataView
wijmo.data.BreezeDataView
Name | Description | |
---|---|---|
BreezeDataView Constructor |
Name | Description | |
---|---|---|
add | ||
addNew | ||
canAdd | Returns a value that indicates whether the add(item) method is implemented. | |
canAddNew | ||
canCancelEdit | Returns a value that indicates whether the current changes can be canceled. | |
cancelEdit | ||
cancelRefresh | ||
canCommitEdit | Returns a value that indicates whether the current changes can be committed | |
canFilter | Returns a value that indicates whether the data view supports filtering. | |
canRemove | Returns a value that indicates whether the remove method overloads are implemented. | |
canSort | Returns a value that indicates whether the data view supports sorting. | |
commitEdit | ||
count | Returns the number of items in the current view after client-side filtering/sorting/paging have been applied. | |
dispose | ||
editItem | Starts editing of an element at the index. | |
getProperties | ||
getProperty | Returns the current value of the property in the element at the specified index. | |
getSource | Returns the element array before applying client-side filtering/sorting/paging. | |
indexOf | Returns the index of the element in current view | |
isCurrentEditItemNew | Returns a value indicating whether the element being edited is added by the add(item) methods. | |
item | Returns an element in the view by index. | |
nextPage | ||
prevPage | ||
refresh | The refresh method reloads the DataView, and provides an object to which you can bind event handlers such as the .then() method. See deferred.then() in the jQuery API documentation for more information. | |
remove | Removes an element at the specified index. | |
setProperty | Sets the value of the property in the element. | |
subscribe | Registers Subcription of changes for current view. | |
toObservableArray | Converts the element array of current view after filter, sort and paging have been applied to Obervable Array. | |
trigger | Triggers the changes for current view. |