org.efaps.ui.wicket.components.form.valuepicker
Class ValuePickerPanel.SearchBehavior

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.apache.wicket.behavior.AbstractAjaxBehavior
          extended by org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
              extended by org.apache.wicket.ajax.AjaxEventBehavior
                  extended by org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
                      extended by org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel.SearchBehavior
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.behavior.IBehaviorListener, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IHeaderContributor
Enclosing class:
ValuePickerPanel

public class ValuePickerPanel.SearchBehavior
extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior

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
ValuePickerPanel.SearchBehavior(org.apache.wicket.markup.html.form.Form<?> form)
           
 
Method Summary
protected  void onError(org.apache.wicket.ajax.AjaxRequestTarget ajaxrequesttarget)
           
protected  void onSubmit(org.apache.wicket.ajax.AjaxRequestTarget _target)
           
 
Methods inherited from class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
getEventHandler, getForm, getPreconditionScript, onEvent
 
Methods inherited from class org.apache.wicket.ajax.AjaxEventBehavior
generateCallbackScript, getEvent, onCheckEvent, onComponentTag, respond, setThrottleDelay
 
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAjaxCallDecorator, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getSuccessScript, onBind, onRequest, renderHead, throttleScript
 
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
bind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContribution
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, cleanup, detach, detachModel, exception, isEnabled, isTemporary, onException, rendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuePickerPanel.SearchBehavior

public ValuePickerPanel.SearchBehavior(org.apache.wicket.markup.html.form.Form<?> form)
Parameters:
form -
event -
Method Detail

onError

protected void onError(org.apache.wicket.ajax.AjaxRequestTarget ajaxrequesttarget)
Specified by:
onError in class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
Parameters:
ajaxrequesttarget -
See Also:
AjaxFormSubmitBehavior.onError(org.apache.wicket.ajax.AjaxRequestTarget)

onSubmit

protected void onSubmit(org.apache.wicket.ajax.AjaxRequestTarget _target)
Specified by:
onSubmit in class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
Parameters:
_target -
See Also:
AjaxFormSubmitBehavior.onSubmit(org.apache.wicket.ajax.AjaxRequestTarget)


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.