Class Index | File Index

Classes


Class baja.PropertyAction


Extends baja.DynamicProperty.
PropertyAction Slot.

A Property that is also an Action. Typically this is used for dynamic Actions.

A new object should never be directly created with this Constructor. All Slots are created internally by BajaScript.
Defined in: comp.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Return the Action's parameter default value.
 
Return the Action's parameter Type.
 
Return the Action's return Type.
 
Is the Slot an Action?
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, isFrozen, isTopic, toString
Methods borrowed from class BaseBajaObj:
equals, valueOf
Class Detail
baja.PropertyAction()
Method Detail
getParamDefault()
Return the Action's parameter default value.
Returns:
the parameter default value (or null if the Action doesn't have a parameter).

{Type} getParamType()
Return the Action's parameter Type.
Returns:
{Type} the parameter type (or null if the Action doesn't have a parameter).

{Type} getReturnType()
Return the Action's return Type.
Returns:
{Type} the return type (or null if the Action doesn't have a return Type).

{Boolean} isAction()
Is the Slot an Action?
Returns:
{Boolean}

Documentation generated by JsDoc Toolkit 2.3.2