wicket.contrib.gmap.api
Class GClientGeocoder

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by org.apache.wicket.behavior.AbstractAjaxBehavior
          extended by org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
              extended by org.apache.wicket.ajax.AjaxEventBehavior
                  extended by wicket.contrib.gmap.api.GClientGeocoder
All Implemented Interfaces:
Serializable, IBehaviorListener, IClusterable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor

public abstract class GClientGeocoder
extends AjaxEventBehavior

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
 
Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener
INTERFACE
 
Constructor Summary
GClientGeocoder(String event, TextField<?> addressField, String key)
          Construct.
 
Method Summary
protected  CharSequence generateCallbackScript(CharSequence partialCall)
           
protected  void onEvent(AjaxRequestTarget target)
           
abstract  void onGeoCode(AjaxRequestTarget target, int status, String address, GLatLng latLng)
           
 void renderHead(Component c, IHeaderResponse response)
           
 
Methods inherited from class org.apache.wicket.ajax.AjaxEventBehavior
getEvent, getEventHandler, onCheckEvent, onComponentTag, respond, setThrottleDelay, toString
 
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAjaxCallDecorator, getCallbackScript, getChannel, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, throttleScript
 
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, getStatelessHint, onComponentRendered, onComponentTag
 
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListenerInterface, canCallListenerInterface, detach, isEnabled, isTemporary, onConfigure, onEvent, onException, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GClientGeocoder

public GClientGeocoder(String event,
                       TextField<?> addressField,
                       String key)
Construct.

Parameters:
event -
Method Detail

renderHead

public void renderHead(Component c,
                       IHeaderResponse response)
Specified by:
renderHead in interface IComponentAwareHeaderContributor
Overrides:
renderHead in class AbstractDefaultAjaxBehavior

onEvent

protected void onEvent(AjaxRequestTarget target)
Specified by:
onEvent in class AjaxEventBehavior

onGeoCode

public abstract void onGeoCode(AjaxRequestTarget target,
                               int status,
                               String address,
                               GLatLng latLng)

generateCallbackScript

protected CharSequence generateCallbackScript(CharSequence partialCall)
Overrides:
generateCallbackScript in class AjaxEventBehavior


Copyright © 2012. All Rights Reserved.