Class FrozenTopic
Extends
baja.Topic.
Frozen Topic Slot.
Topic defines a Slot which indicates an event that is fired 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 Topic.
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
$setFacets(facets)
Set the Facets for the Topic.
|
| <private> |
$setFlags(flags)
Set the Flags for the Topic.
|
|
Return the event type.
|
|
|
Return the Facets for the Topic.
|
|
|
getFlags()
Return the Flags for the Topic.
|
- Methods borrowed from class baja.Topic:
- isTopic
- Methods borrowed from class baja.Slot:
- $getDisplayName, $setDisplayName, getName, isAction, isFrozen, isProperty, toString
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Field Detail
{Number}
getDefaultFlags
Return the default flags for the Topic.
Method Detail
<private>
$setFacets(facets)
Set the Facets for the Topic.
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 Topic.
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
{Type}
getEventType()
Return the event type.
- Returns:
- {Type} the event type (or null if the Topic has not event).
getFacets()
Return the Facets for the Topic.
- Returns:
- the Slot Facets
- See:
- baja.Facets
{Number}
getFlags()
Return the Flags for the Topic.
- Returns:
- {Number}
- See:
- baja.Flags