Community Map Builder 21 Aug 2007

Class WidgetBase

Object
   |
   +--WidgetBase
Direct Known Subclasses:
AoiBoxDHTML, MapScaleBar, GmlRendererBase, OverviewMap, PanZoomBar, ButtonBase, Loading2, MapPaneOL, WidgetBaseXSL

class WidgetBase

Defined in WidgetBase.js

Author: Mike Adair


Field Summary
 Object groupnode
          
 Object htmlTagId
          
 Object id
          
 Object model
          
 Object node
          
 Object outputNodeId
          
 Object widgetNode
          
 
Constructor Summary
WidgetBase (widgetNode,model)
            Base Class for widgets.
 
Method Summary
 void clearWidget(objRef)
           Remove widget from display.
 void initTargetModel(objRef)
           Initialize dynamic properties.set the target model
 void postPaint(objRef)
           Called after paint(), can be used to initialize things that depend on the the widget output being presetn, eg.
 void prePaint(objRef)
           Called before paint(), can be used to set up a widget's paint parameters, or modify model using this.resultDoc().

Field Detail

groupnode

Object groupnode

htmlTagId

Object htmlTagId

id

Object id

model

Object model

node

Object node

outputNodeId

Object outputNodeId

widgetNode

Object widgetNode

Constructor Detail

WidgetBase

WidgetBase(widgetNode,model)

Method Detail

clearWidget

void clearWidget(objRef)

initTargetModel

void initTargetModel(objRef)

postPaint

void postPaint(objRef)

prePaint

void prePaint(objRef)

Community Map Builder 21 Aug 2007

Documentation generated by JSDoc on Tue Aug 21 08:12:28 2007