Community Map Builder 27 Apr 2008

Class Loading2

Object
   |
   +--WidgetBase
         |
         +--Loading2

class Loading2
extends WidgetBase

Defined in Loading2.js

Author: Mike Adair


Field Summary
 Object containerNodeId
          
 Object htmlTagId
          
 Object imageSrc
          
 Object mapContainerNode
          
 Object textMessage
          
 Object updateMessage
          
   
Fields inherited from class WidgetBase
model, widgetNode, id, outputNodeId, htmlTagId, autoRefresh, debug
 
Constructor Summary
Loading2 (widgetNode, model)
            This widget is used to display ModelStatus messages.
 
Method Summary
 void clear(objRef, message)
           Remove the contents of the HTML tag for this widget.
 void paint(objRef)
           Render the widget.
 void update(objRef, message)
           Updates the loading indicator with a new message as a "updateStatus" listener.
 
Methods inherited from class WidgetBase
getProperty, getNode, initTargetModel, prePaint, postPaint, clearWidget
 

Field Detail

containerNodeId

Object containerNodeId

htmlTagId

Object htmlTagId

imageSrc

Object imageSrc

mapContainerNode

Object mapContainerNode

textMessage

Object textMessage

updateMessage

Object updateMessage

Constructor Detail

Loading2

Loading2(widgetNode, model)

Method Detail

clear

void clear(objRef, message)

paint

void paint(objRef)

update

void update(objRef, message)

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008