Class Index | File Index

Classes


Class adf.MapNavigator


Extends adf.Navigator.

Defined in: Map.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
adf.MapNavigator(id, container, mapId, left, top)
Represents a map navigator.
Fields borrowed from class adf.PageElement:
bounds, divId, divObject, id
Methods borrowed from class adf.Navigator:
init
Methods borrowed from class adf.PageElement:
hide, resize, show
Class Detail
adf.MapNavigator(id, container, mapId, left, top)
Represents a map navigator. This is the default navigator implementation for adf.Map.
Parameters:
{String} id
the id of the Navigator
{Element} container
the DIV element which contains the Navigator
{String} mapId
the id of adf.Map instance this MapNavigator belongs to
{Integer} left
the left position of this navigator relative to its container
{Integer} top
the top position of this navigator relative to its container

Documentation generated by JsDoc Toolkit 2.1.0 on Mon May 17 2010 13:45:43 GMT-0700 (PDT)