Class IWAddressSearchControl

Extends IWWindowControl.

A class providing a address search control.

Author: JAN

Constructor Summary
IWAddressSearchControl(map)
            Creates a new address search control.
 
Method Summary
 void buildBody(container)
           Overwrites the buildBody method from IWWindowControl.
 void searchAddress(address)
           Geocodes an address object.
 void searchAddressString(addressString, countryCode)
           Geocodes an address string.
 String toString()
           Returns a string representation of this address search control.
 
Event Summary
 void triggerOnAddressFound(event)
           The onAddressFoundEvent is fired after the geocoder client has returned the geocoded addresses.

Register an event listener with IWEventManager.addListener(theAddressSearchControl, 'onaddressfound', yourHandlerMethod(event)); to receive the event.

 
Methods inherited from class IWMapElement
isDisplayed()
getParent()
setParent(newParent)
isVisible()
setVisible(visible)
setPrintable(printable)
isPrintable()
setContainerClassname(classname)
getContainer()
setContainer(newContainer)
setId(id)
getId()
onContextMenu(event)
onMouseUp(event)
onMouseDown(event)
onMouseMove(event)
onMouseOut(event)
onMouseOver(event)
onClick(event)
onDblClick(event)
onSelect(event)
onMouseWheel(event)
beforeAppend()
beforeRemove()
afterRemove()
destroyMapElement()
Methods inherited from class IWDraggable
allowDraggingOutsideParent(isDraggingOutsideParentAllowed)
isDraggingOutsideParentAllowed()
setOnMouseMoveContainer(container)
getOnMouseMoveContainer()
setDraggingBounds(bounds)
getDraggingBounds()
setDraggable(isDraggable)
isDraggable()
setDraggableContainer(draggableContainer)
getDraggableContainer()
setDragButton(button)
getDragButton()
Methods inherited from class IWWindowControl
beforeOpen()
afterOpen()
beforeClose()
afterClose()
setCloseable(isCloseable)
isCloseable()
close()
open()
getSize()
setSize(newSize)
getContentPanel()
getTitle()
setTitle(title)
afterAppend()
Methods inherited from class IWControl
isControl()
isRedrawable()
setRedrawable(isRedrawable)
getPadding()
setPadding(newPadding)
setFirstOrientation(alignment)
getFirstOrientation()
setSecondOrientation(alignment)
getSecondOrientation()
getName()


Constructor Detail

IWAddressSearchControl

IWAddressSearchControl(map)

Method Detail

buildBody

void buildBody(container)

searchAddress

void searchAddress(address)

searchAddressString

void searchAddressString(addressString, countryCode)

toString

String toString()

Event Detail

triggerOnAddressFound

void triggerOnAddressFound(event)

Source-Code Copyright 2007-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:52 GMT+0100 (MEZ)