Class SetFlagsOp
Extends
SyncOp.
Set Slot Flags SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
SetFlagsOp(comp, slot, flags)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
SetFlagsOp.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>
SetFlagsOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the set flags op will happen upon.
- sp
- the syncOp data structure to be decoded.