thyBase

Base class for all other ThyAPI Components.  It defines fundamental functions that all thyAPI components must have.

Summary
Base class for all other ThyAPI Components.
Overloaded DynAPI method that permits multiple inheritance
Overloaded method that checks if a class is derivate from another class
Checks if the object is from the specified class type or from a class derivate from that.
Changes the name of the widget
Returns an exact copy of object (including children and DOM nodes)
Shows the message

dynapi. setPrototype

dynapi.setPrototype = function(sC,
sP)

Overloaded DynAPI method that permits multiple inheritance

Parameters

sCDerivate Class
sPBase class (or an array of base classes)

DynObject. isClass

DynObject.isClass = function(cn,
n)

Overloaded method that checks if a class is derivate from another class

Parameters

cnbase class
nderivate class

isFromClass

Checks if the object is from the specified class type or from a class derivate from that.

Parameter

classNameThe name of the class to be checked

Returns

Boolean

setName

p.setName = function (name)

Changes the name of the widget

Parameter

nameThe new widget name

clone

p.clone = function (name)

Returns an exact copy of object (including children and DOM nodes)

Parameter

nameThe new name of the object

FIXME: NOT DONE YET!!!

showMessage

function showMessage(message)

Shows the message

dynapi.setPrototype = function(sC,
sP)
Overloaded DynAPI method that permits multiple inheritance
DynObject.isClass = function(cn,
n)
Overloaded method that checks if a class is derivate from another class
p.setName = function (name)
Changes the name of the widget
p.clone = function (name)
Returns an exact copy of object (including children and DOM nodes)
function showMessage(message)
Shows the message