Class AddOp
Extends
SyncOp.
Add SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
AddOp(comp, slotName, val, flags, facets)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
AddOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
|
- Methods borrowed from class SyncOp:
- getId, syncTo
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Class Detail
<private> <inner>
AddOp(comp, slotName, val, flags, facets)
- Parameters:
- comp
- the Component the add is happening upon.
- {String} slotName
- the name of the slot being added.
- val
- the value for the add operation.
- {Number} flags
- the slot facets.
- {baja.Facets} facets
- the slot facets.
Method Detail
<private> <static>
AddOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component being added too.
- sp
- the syncOp data structure to be decoded.