Class RenameOp
Extends
SyncOp.
Rename a dynamic Slot SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
RenameOp(comp, oldName, newName)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
RenameOp.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>
RenameOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the rename will happen upon.
- sp
- the syncOp data structure to be decoded.