public class FormComponentAjaxUpdateBehavior extends org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior implements IAjaxUpdateConfiguration<org.apache.wicket.Component>
| Constructor and Description |
|---|
FormComponentAjaxUpdateBehavior(String event,
IBiConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.Component> onUpdate) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.Component |
getTargetComponent() |
protected void |
onError(org.apache.wicket.ajax.AjaxRequestTarget target,
RuntimeException e) |
protected void |
onUpdate(org.apache.wicket.ajax.AjaxRequestTarget target) |
protected void |
onUpdate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component component) |
IAjaxUpdateConfiguration<org.apache.wicket.Component> |
setOnError(ITriConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.Component,RuntimeException> onError) |
IAjaxUpdateConfiguration<org.apache.wicket.Component> |
setRefreshTargetComponent(boolean refresh) |
IAjaxUpdateConfiguration<org.apache.wicket.Component> |
setUpdateAjaxAttributes(IBiConsumer<org.apache.wicket.Component,org.apache.wicket.ajax.attributes.AjaxRequestAttributes> updateAjaxAttributes) |
protected void |
updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) |
checkComponent, disableFocusOnBlur, getFormComponent, getUpdateModel, onBind, onEventgetEvent, onCheckEvent, renderHead, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindbeforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, onRemoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBehaviorpublic FormComponentAjaxUpdateBehavior(String event, IBiConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.Component> onUpdate)
protected void onUpdate(org.apache.wicket.ajax.AjaxRequestTarget target)
onUpdate in class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehaviorprotected void onUpdate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component component)
protected void updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes)
updateAjaxAttributes in class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehaviorprotected void onError(org.apache.wicket.ajax.AjaxRequestTarget target,
RuntimeException e)
onError in class org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehaviorpublic IAjaxUpdateConfiguration<org.apache.wicket.Component> setOnError(ITriConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.Component,RuntimeException> onError)
setOnError in interface IAjaxUpdateConfiguration<org.apache.wicket.Component>public IAjaxUpdateConfiguration<org.apache.wicket.Component> setUpdateAjaxAttributes(IBiConsumer<org.apache.wicket.Component,org.apache.wicket.ajax.attributes.AjaxRequestAttributes> updateAjaxAttributes)
setUpdateAjaxAttributes in interface IAjaxUpdateConfiguration<org.apache.wicket.Component>public IAjaxUpdateConfiguration<org.apache.wicket.Component> setRefreshTargetComponent(boolean refresh)
setRefreshTargetComponent in interface IAjaxUpdateConfiguration<org.apache.wicket.Component>public org.apache.wicket.Component getTargetComponent()
getTargetComponent in interface IAjaxUpdateConfiguration<org.apache.wicket.Component>Copyright © 2018. All rights reserved.