Class baja.TopicProperty
Extends
baja.Struct.
Represents a baja:Topic in BajaScript.
Please note: this represents the Property's value and not the Property itself.
Defined in: comp.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
- Fields borrowed from class baja.Object:
- getIcon
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
fire(target, event, cx)
Called when the Topic Property is fired.
|
|
Return the Topic's event Type.
|
- Methods borrowed from class baja.Complex:
- $fw, contractCommitted, equivalent, get, getDisplay, getDisplayName, getFacets, getFlags, getName, getParent, getPropertyInParent, getSlot, getSlots, getValueOf, has, loadSlots, newCopy, set, toString
Method Detail
<private>
fire(target, event, cx)
Called when the Topic Property is fired.
- Parameters:
- target
- the Component target the Topic is being fired upon.
- event
- the event for the Topic.
- cx
- the Context for the Topic being fired (could be null).
{Type}
getEventType()
Return the Topic's event Type.
- Returns:
- {Type} event Type (or null if the Topic has no event Type).