Class SetFacetsOp
Extends
SyncOp.
Set dynamic Slot Facets SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
SetFacetsOp(comp, slot, facets)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
SetFacetsOp.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>
SetFacetsOp(comp, slot, facets)
- Parameters:
- comp
- the Component for the slot the facets are being set upon.
- {baja.Slot} slot
- the target dynamic slot for the facets change.
- {baja.Facets} facets
- the new Slot facets.
Method Detail
<private> <static>
SetFacetsOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the set facets op will happen upon.
- sp
- the syncOp data structure to be decoded.