Class baja.PropertyTopic
Extends
baja.DynamicProperty.
PropertyTopic Slot.
A Property that is also a Topic. Typically this is used for dynamic Topics.
A new object should never be directly created with this Constructor. All Slots are
created internally by BajaScript.
Defined in: comp.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
Return the Topic's event Type.
|
|
|
isTopic()
Is the Property a Topic?
|
- Methods borrowed from class baja.DynamicProperty:
- $getDisplay, $getValue, $setDisplay, $setFacets, $setFlags, $setValue, getDefaultFlags, getDefaultValue, getFacets, getFlags, getType
- Methods borrowed from class baja.Property:
- isProperty
- Methods borrowed from class baja.Slot:
- $getDisplayName, $setDisplayName, getName, isAction, isFrozen, toString
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Method Detail
{Type}
getEventType()
Return the Topic's event Type.
- Returns:
- {Type} the event Type (or null if the Topic has not event Type).
{Boolean}
isTopic()
Is the Property a Topic?
- Returns:
- {Boolean}