Class IWAddressSearchControl

Extends IWWindowControl.

A class providing a address search control.

This class is part of the module geocoding.

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 IWControl
isControl()
isRedrawable()
setRedrawable(isRedrawable)
getPadding()
setPadding(newPadding)
setFirstOrientation(alignment)
getFirstOrientation()
setSecondOrientation(alignment)
getSecondOrientation()
getName()
Methods inherited from class IWMapElement
isDisplayed()
getParent()
setParent(parent)
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()
registerEvents(container)
Methods inherited from class IWWindowControl
beforeOpen()
afterOpen()
beforeClose()
afterClose()
setCloseable(isCloseable)
isCloseable()
close()
open()
getSize()
setSize(newSize)
getContentPanel()
getTitle()
setTitle(title)
afterAppend()


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-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)