Class: FrozenAction

FrozenAction


new FrozenAction()

Frozen Action Slot.

Action is a Slot that defines a behavior which can
be invoked on a Component.

A new object should never be directly created with this Constructor. All Slots are
created internally by BajaScript

Extends

Members


getDefaultFlags

Return the default flags for the Action.

Methods


equals(obj)

Indicates whether some other object is equal to this one.

Parameters:
Name Type Description
obj Object

the reference object with which to compare.

Inherited From:
Returns:

true if this object is the same as the obj argument; false otherwise.

Type
Boolean

getFacets()

Return the Facets for the Action.

See:
Returns:

the Slot Facets


getFlags()

Return the Flags for the Action.

Overrides:
See:
Returns:
Type
Number

getName()

Return the name of the Slot.

Inherited From:
Returns:
Type
String

getParamDefault()

Return the Action's Default Value.

Returns:

the parameter default value (or null if the Action has no argument).


getParamType()

Return the Action's Parameter Type.

Returns:

the Parameter's Type (or null if the Action has no argument).

Type
Type

getReturnType()

Return the return Type for the Action.

Returns:

the return Type (or null if the Action has no return Type).

Type
Type

isAction()

Is the Slot an Action?

Inherited From:
Returns:
Type
Boolean

isFrozen()

Is the Slot frozen?

Inherited From:
Overrides:
Returns:
Type
Boolean

isProperty()

Is the Slot a Property?

Inherited From:
Returns:
Type
Boolean

isTopic()

Is the Slot a Topic?

Inherited From:
Returns:
Type
Boolean

toString()

Return a String representation of the Slot.

Inherited From:
Returns:
Type
String

valueOf()

Return the inner value of the object.

By default the object's instance is returned.

Inherited From:
Returns:

the inner value of the object or just the object's instance.

Type
*