Class LoadOp
Extends
SyncOp.
Load a Component's Slots SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
LoadOp()
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
LoadOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
|
- Methods borrowed from class SyncOp:
- getId, syncTo
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Method Detail
<private> <static>
LoadOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component to be loaded.
- sp
- the syncOp data structure to be decoded.