Package org.hippoecm.frontend.behaviors
Class OnEnterAjaxBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.apache.wicket.ajax.AjaxEventBehavior
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
org.hippoecm.frontend.behaviors.OnEnterAjaxBehavior
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.IRequestListener
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
public abstract class OnEnterAjaxBehavior
extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.AjaxFormSubmitter
-
Field Summary
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
renderHead
(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response) Don't call super since WicketAjax is loaded by Yui webapp behavior TODO: webapp ajax is configurable, maybe check here and still load it.protected void
updateAjaxAttributes
(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) Methods inherited from class org.apache.wicket.ajax.form.AjaxFormSubmitBehavior
findForm, getDefaultProcessing, getForm, onAfterSubmit, onError, onEvent, onSubmit, onSubmit, setDefaultProcessing, shouldTriggerJavaScriptSubmitEvent
Methods inherited from class org.apache.wicket.ajax.AjaxEventBehavior
getEvent, onEvent, respond
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
Constructor Details
-
OnEnterAjaxBehavior
public OnEnterAjaxBehavior()
-
-
Method Details
-
renderHead
public final void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response) Don't call super since WicketAjax is loaded by Yui webapp behavior TODO: webapp ajax is configurable, maybe check here and still load it.- Specified by:
renderHead
in interfaceorg.apache.wicket.markup.html.IComponentAwareHeaderContributor
- Overrides:
renderHead
in classorg.apache.wicket.ajax.AjaxEventBehavior
-
updateAjaxAttributes
protected void updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) - Overrides:
updateAjaxAttributes
in classorg.apache.wicket.ajax.form.AjaxFormSubmitBehavior
-