Class Index | File Index

Classes


Class SweetDevRia.Hooker


Defined in: Hooking.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This is the Hooker component class
Method Summary
Method Attributes Method Name and Description
 
Close all the SweetDEV RIA components hooked to this one.
 
hook(id)
Hook a SweetDEV RIA component to this hooker
 
moveHooked(dx, dy)
Move all the SweetDEV RIA components hooked to this one.
Class Detail
SweetDevRia.Hooker()
This is the Hooker component class
Method Detail
closeHooked()
Close all the SweetDEV RIA components hooked to this one. MUST BE CALLED by the implementing component to be triggered.

hook(id)
Hook a SweetDEV RIA component to this hooker
Parameters:
{String} id
the id of the SweetDEV RIA component

moveHooked(dx, dy)
Move all the SweetDEV RIA components hooked to this one. MUST BE CALLED by the implementing component to be triggered.
Parameters:
{int} dx
delta X to move the component to
{int} dy
delta Y to move the component to

Documentation generated by JsDoc Toolkit 2.0.0 on Thu May 05 2011 12:20:31 GMT+0200 (CEST)