Class baja.ControlPoint
Extends
baja.Component.
Represents a control:ControlPoint in BajaScript.
Defined in: comp.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> |
- Fields borrowed from class baja.Object:
- getIcon
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
getFacets(slot)
Return the Facets for a Slot.
|
- Methods borrowed from class baja.Component:
- $fw, add, attach, detach, fire, getActionParameterDefault, getComponentSpace, getHandle, getHandlers, getKnobCount, getKnobs, getLinks, getNavChildren, getNavDescription, getNavDisplayName, getNavIcon, getNavName, getNavOrd, getNavParent, getOrdInSession, getPermissions, getSlotPath, getUniqueName, hasHandlers, invoke, isMounted, isSubscribed, lease, loadSlots, makeLink, remove, rename, reorder, serverSideCall, setFacets, setFlags, toPathString
- Methods borrowed from class baja.Complex:
- contractCommitted, equivalent, get, getDisplay, getDisplayName, getFlags, getName, getParent, getPropertyInParent, getSlot, getSlots, getValueOf, has, newCopy, set, toString
Method Detail
<private>
{baja.Facets}
getFacets(slot)
Return the Facets for a Slot.
If no arguments are provided and the Complex has a parent, the facets for the parent's Property will be returned.
- Returns:
- {baja.Facets} the Facets for the Slot (or null if Slot not found) or the parent's Property facets.