JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.ucdavis.cstars.client.event
Interface DijitLoadHandler
public interface
DijitLoadHandler
Since the dijit class are composites that do not initialize till the DOM is created (this is due to the fact that a attached DOM element is required by the constructor) this event handler let's you know when everything is preped and ready to go.
Author:
Justin Merz
Method Summary
Methods
Modifier and Type
Method and Description
void
onLoad
()
Fires when the dijit is attached to the DOM and created.
Method Detail
onLoad
void onLoad()
Fires when the dijit is attached to the DOM and created. You can't use the dijit until this event fires!!!
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method