Class Index | File Index

Classes


Class RenameOp


Extends SyncOp.
Rename a dynamic Slot SyncOp.
Defined in: boxcs.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private> <inner>  
RenameOp(comp, oldName, newName)
Method Summary
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
Class Detail
<private> <inner> RenameOp(comp, oldName, newName)
Parameters:
comp
the Component the Topic is being fired from.
{String} oldName
the old name of the Slot.
{String} newName
the new name of the Slot.
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.

Documentation generated by JsDoc Toolkit 2.3.2