| clearVerificator | cancels verifying of a column |
| defineAction | defines a handler function for a specific response status |
| enableDataNames | changes the default names of incoming parameters (c0-cN) to the columns' ids in the Grid |
| enableDebug | enables debug output |
| enablePartialDataSend | enables the mode when only updated properties will be sent to the server side |
| enableUTFencoding | sets data escaping mode |
| getState | returns the state of an item (updated or not) |
| getSyncState | returns the state of DataProcessor |
| ignore | executes a block without triggering DataProcessor |
| init | links DataProcessor to the component |
| sendData | sends all data which aren't saved to the server side yet |
| setTransactionMode | configures the data sending mode |
| setUpdateMode | defines the action that will trigger data saving |
| setUpdated | marks an item as updated |
| setVerificator | specifies a column which values should be verified before sending to the server |
| url | sets URL to the server-side data saving script |