"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> JsDoc Reference - wso2vis.c.Control
Class Index | File Index

Classes


Class wso2vis.c.Control

Represents an abstract Class for controls. The Control class is the base class for all graphical controls in WSO2Vis.
Defined in: Control.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Control.
Method Summary
Method Attributes Method Name and Description
 
Creates the graphical control.
 
 
load()
Loads the graphical control inside the given HTML element (ex: div).
 
Unloads the graphical control from the given HTML element (ex: div).
Class Detail
wso2vis.c.Control(canvas)
Constructs a new Control.
Parameters:
{string} canvas
the name of the HTML element (ex: div) where the graphical control should be drawn.
Method Detail
create()
Creates the graphical control.

getID()

load()
Loads the graphical control inside the given HTML element (ex: div).

unload()
Unloads the graphical control from the given HTML element (ex: div).

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jul 28 2010 15:35:59 GMT+0530 (IST)