attachEvent | attaches the handler to an inner event of the component |
attachProgress | assigns handler for data saving actions |
blockEvent | temporarily blocks triggering of ALL events of the calling object |
callEvent | calls an inner event |
clearValidation | removes "data incorrect" highlighting from invalid text fields |
define | redefines a single configuration property (or a hash of properties) |
detachEvent | detaches a handler from an event (which was attached before by the attachEvent method) |
escape | escapes data |
getItemState | return update state for the item in question |
getState | gets the current DataProcessor state |
hasEvent | checks whether the component has the specified event |
ignore | the code that you pass here as the parameter will not react on any data changes (will not be affected by 'onStoreUpdated' event handler) |
mapEvent | routes events from one object to another |
off | disables dataProcessor |
on | enables dataProcessor |
processResult | process data saving results |
reset | reset updated state for all items |
save | marks a data record as changed and initiates data saving |
send | sends a request to server |
setItemState | set update state for the item |
unblockEvent | cancels events blocking that was enabled by the 'blockEvent' command |
validate | checks data in the form |