Class MMMapTypeWidget

Object
   |
   +--MMWidget
         |
         +--MMMapTypeWidget

class MMMapTypeWidget
extends MMWidget

Defined in MultimapAPI


Constructor Summary
MMMapTypeWidget ( <Array> mapTypes, <MMBox> position, <String> className, <boolean> selector, html )
            A widget for changing the current map type.
 
Method Summary
 void addRelationship( <MMMapType> parent_map_type, <MMMapType> child_map_type, <MMMapTypeMenuOptions> options )
           Adds a relationship for a map type.
 void clearRelationships()
           Removes all relationships between all map types.
 void removeRelationship( <MMMapType> map_type )
           Removes all relationships involving the specified map type.
 void setMenuProperties( <MMMapType> map_type, <MMMapTypeMenuOptions> options )
           Sets a heading for a map type's sub-menu.
 
Methods inherited from class MMWidget
setContainer, getContainer, getCalculatedDrawContainer, setPosition, _hasCssClass, _getElementsByTagNameClass
 

Constructor Detail

MMMapTypeWidget

MMMapTypeWidget( <Array> mapTypes, <MMBox> position, <String> className, <boolean> selector, html )

Method Detail

addRelationship

void addRelationship( <MMMapType> parent_map_type, <MMMapType> child_map_type, <MMMapTypeMenuOptions> options )

clearRelationships

void clearRelationships()

removeRelationship

void removeRelationship( <MMMapType> map_type )

setMenuProperties

void setMenuProperties( <MMMapType> map_type, <MMMapTypeMenuOptions> options )


Documentation generated by JSDoc on Tue Jun 30 13:55:23 2009