Wijmo UI for the Web
IEditableDataView Interface
wijmo.data Namespace : IEditableDataView Interface
Provides adding, modifying and removing of elements in a collection.
Fields
 NameDescription
 Field

Type: wijmo.data.IObservable

The element currently being edited.

 
 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.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
 MethodAdds a new element and marks it as being edited.  
 MethodCreates, adds a new element and marks it as being edited.  
 MethodReturns a value that indicates whether the add(item) method is implemented.  
 MethodReturns a value that indicates whether the addNew() method is implemented.  
 MethodReturns a value that indicates whether the current changes can be canceled.  
 MethodCancels the changes made to the currently editing element since the editing was started.  
 MethodCancels the ongoing refresh operation  
 MethodReturns a value that indicates whether the current changes can be committed  
 MethodReturns a value that indicates whether the data view supports filtering  
 MethodReturns a value that indicates whether the remove method overloads are implemented.  
 MethodReturns a value that indicates whether the data view supports sorting  
 MethodCommits the changes made to the currently editing element  
 MethodReturns the number of items in the current view.  
 Method  
 MethodStarts editing of the element.  
 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 a value indicating whether the element being edited is added by the add(item) or addNew(initialValues) methods.  
 MethodReturns an element in the view by index.  
 MethodReloads the data view.  
 MethodRemoves an element.  
 MethodSets the value of the property in the element.  
 Method (Inherited from wijmo.data.ISubscribable)
Top
See Also

Reference

wijmo.data Namespace