Class Index | File Index

Classes


Class SweetDevRia.WindowDocking

WindowDocking
Defined in: WindowDocking.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Name of the class
Method Summary
Method Attributes Method Name and Description
 
addColumn(colId)
Add a column to the component
 
addSpliter(spliterId)
Add a spliter to the component
 
addWindow(windowId)
Add a window to the component
 
init()
Do all the things that must be done at startup
Class Detail
SweetDevRia.WindowDocking(id)
Parameters:
{String} id
Identifier of the windowDocking
Field Detail
{String} className
Name of the class
Method Detail
addColumn(colId)
Add a column to the component
Parameters:
{String} colId
The id of the column

addSpliter(spliterId)
Add a spliter to the component
Parameters:
{String} spliterId
The id of the spliter

addWindow(windowId)
Add a window to the component
Parameters:
{String} windowId
The id of the window

init()
Do all the things that must be done at startup

Documentation generated by JsDoc Toolkit 2.0.0 on Thu Dec 02 2010 15:18:58 GMT+0100 (CET)