Class ReorderOp
Extends
SyncOp.
Reorder a Component's dynamic Slots SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
ReorderOp(comp, a)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
ReorderOp.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>
ReorderOp(comp, a)
- Parameters:
- comp
- the Component the reorder is happening on.
- {Array} a
- String array of dynamic Property names that specifies the new order.
Method Detail
<private> <static>
ReorderOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the reorder will happen upon.
- sp
- the syncOp data structure to be decoded.