Community Map Builder 21 Aug 2007

Class ContextCollection

Object
   |
   +--Listener
         |
         +--ModelBase
               |
               +--ContextCollection

class ContextCollection
extends ModelBase

Defined in ContextCollection.js

Author: Mike Adair


 
Fields inherited from class ModelBase
async, contentType, modelNode, id, title, url, template, config, parentModel
   
Fields inherited from class Listener
listeners, values
 
Constructor Summary
ContextCollection (modelNode, parent)
            Stores a Web Map Context (WMC) Collection document as defined by the Open GIS Consortium http://opengis.org and extensions the the WMC.
 
Method Summary
 void deleteContext(id)
           Delete this context.
 Object insertContext(context,zindex)
           Insert a new context.
 void reorderContext(context,zindex)
           Move this context to a new position in the contextList.
 void selectContext(context,selected)
           Select this context for further operations
 
Methods inherited from class ModelBase
getXpathValue, setXpathValue, loadModelDoc, setModel, finishLoading, newRequest, deleteTemplates, saveModel, createObject, loadObjects, parseConfig, refresh, init, clearModel
   
Methods inherited from class Listener
addListener, addFirstListener, removeListener, callListeners, setParam, getParam
 

Constructor Detail

ContextCollection

ContextCollection(modelNode, parent)

Method Detail

deleteContext

void deleteContext(id)

insertContext

Object insertContext(context,zindex)

reorderContext

void reorderContext(context,zindex)

selectContext

void selectContext(context,selected)

Community Map Builder 21 Aug 2007

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