Constructor
new module:caplin/workbench/messaging/MessageEditorMainControl(recordNodes)
The top section of the message editor workbench tool that allows user to set status and send updates for all the
record nodes at once.
Parameters:
Name | Type | Description |
---|---|---|
recordNodes |
module:br/presenter/node/MappedNodeList | The list of RecordNodes. |
Methods
-
decrementSpeed()
-
Decrement time property (updates per second) by 1 (scale of 1 to 20)
-
incrementSpeed()
-
Increment time property (updates per second) by 1 (scale of 1 to 20)
-
send()
-
Call the
send
methods on all record nodes (which sends the data in each node's data fields)