dhx.DataProcessor
Type: Interface
File:
Based on:
dhx.Settings
,
dhx.EventSystem
,
dhx.ValidateData
Included in:
Methods
attachEvent
- attaches custom handler to inner event
blockEvent
- blocks event triggering
callEvent
- calls inner event
clearValidation
- removes error(invalid) marking from inputs that failed validation
define
- sets configuration property or a hash of properties
detachEvent
- detaches custom code from handler
escape
- sets requests encoding
hasEvent
- checks whether a component has an 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
save
- allows to save data changes
send
- sends a request to server. Allows to save data changes on server.
unblockEvent
- enables event triggering
validate
- validates for the defined rules
Events
Doesn't have any
Properties
autoupdate
- enables automatic data updating on server while any changes on client-side are done
master
- the linked data source. It can be both some independent data source and one of components operated on data (e.g. grid)
mode
- type of request
on
- allows to attach custom handlers to inner events of the component