wicket.contrib.gmap.api
Class GClientGeocoder
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.apache.wicket.ajax.AjaxEventBehavior
wicket.contrib.gmap.api.GClientGeocoder
- All Implemented Interfaces:
- Serializable, IBehaviorListener, IClusterable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor
public abstract class GClientGeocoder
- extends AjaxEventBehavior
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, getAjaxCallDecorator, getCallbackScript, getChannel, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, throttleScript |
GClientGeocoder
public GClientGeocoder(String event,
TextField<?> addressField,
String key)
- Construct.
- Parameters:
event -
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.