Class FrozenAction
Extends
baja.Action.
Frozen Action Slot.
Action is a Slot that defines a behavior which can be invoked on a Component.
A new object should never be directly created with this Constructor. All Slots are
created internally by BajaScript
Defined in: bson.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
Return the default flags for the Action.
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
$setFacets(facets)
Set the Facets for the Action.
|
| <private> |
$setFlags(flags)
Set the Flags for the Action.
|
|
Return the Facets for the Action.
|
|
|
getFlags()
Return the Flags for the Action.
|
|
|
Return the Action's Default Value.
|
|
|
Return the Action's Parameter Type.
|
|
|
Return the return Type for the Action.
|
- Methods borrowed from class baja.Action:
- isAction
- Methods borrowed from class baja.Slot:
- $getDisplayName, $setDisplayName, getName, isFrozen, isProperty, isTopic, toString
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Field Detail
{Number}
getDefaultFlags
Return the default flags for the Action.
Method Detail
<private>
$setFacets(facets)
Set the Facets for the Action.
Please note, this method is intended for INTERNAL use by Tridium only. An external developer should never call this method.
- Parameters:
- {baja.Facets} facets
- See:
- baja.Facets
<private>
$setFlags(flags)
Set the Flags for the Action.
Please note, this method is intended for INTERNAL use by Tridium only. An external developer should never call this method.
- Parameters:
- {Number} flags
- See:
- baja.Flags
getFacets()
Return the Facets for the Action.
- Returns:
- the Slot Facets
- See:
- baja.Facets
{Number}
getFlags()
Return the Flags for the Action.
- Returns:
- {Number}
- See:
- baja.Flags
getParamDefault()
Return the Action's Default Value.
- Returns:
- the parameter default value (or null if the Action has no argument).
{Type}
getParamType()
Return the Action's Parameter Type.
- Returns:
- {Type} the Parameter's Type (or null if the Action has no argument).
{Type}
getReturnType()
Return the return Type for the Action.
- Returns:
- {Type} the return Type (or null if the Action has no return Type).