public interface IAjaxUpdateConfiguration<C extends org.apache.wicket.Component> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default org.apache.wicket.behavior.Behavior |
getBehavior() |
C |
getTargetComponent() |
IAjaxUpdateConfiguration<C> |
setOnError(ITriConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.Component,RuntimeException> onError) |
IAjaxUpdateConfiguration<C> |
setRefreshTargetComponent(boolean refresh) |
IAjaxUpdateConfiguration<C> |
setUpdateAjaxAttributes(IBiConsumer<org.apache.wicket.Component,org.apache.wicket.ajax.attributes.AjaxRequestAttributes> updateAjaxAttributes) |
IAjaxUpdateConfiguration<C> setOnError(ITriConsumer<org.apache.wicket.ajax.AjaxRequestTarget,org.apache.wicket.Component,RuntimeException> onError)
IAjaxUpdateConfiguration<C> setUpdateAjaxAttributes(IBiConsumer<org.apache.wicket.Component,org.apache.wicket.ajax.attributes.AjaxRequestAttributes> updateAjaxAttributes)
IAjaxUpdateConfiguration<C> setRefreshTargetComponent(boolean refresh)
C getTargetComponent()
default org.apache.wicket.behavior.Behavior getBehavior()
Copyright © 2018. All rights reserved.