Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes
-
-
Uses of AjaxRequestAttributes in org.apache.wicket.ajax
Methods in org.apache.wicket.ajax that return AjaxRequestAttributes Modifier and Type Method Description protected AjaxRequestAttributesAbstractDefaultAjaxBehavior. getAttributes()Methods in org.apache.wicket.ajax with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected java.lang.CharSequenceAbstractDefaultAjaxBehavior. renderAjaxAttributes(Component component, AjaxRequestAttributes attributes)protected voidAbstractDefaultAjaxBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)Gives a chance to the specializations to modify the attributes.protected voidAjaxClientInfoBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxEventBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxNewWindowNotifyingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)Overridden to add the current window name to the request.protected voidAjaxPreventSubmitBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)default voidAjaxRequestTarget.IListener. updateAjaxAttributes(AbstractDefaultAjaxBehavior behavior, AjaxRequestAttributes attributes)Triggered for every Ajax behavior. -
Uses of AjaxRequestAttributes in org.apache.wicket.ajax.attributes
Methods in org.apache.wicket.ajax.attributes that return AjaxRequestAttributes Modifier and Type Method Description AjaxRequestAttributesAjaxRequestAttributes. setAsynchronous(boolean async)AjaxRequestAttributesAjaxRequestAttributes. setChannel(AjaxChannel channel)AjaxRequestAttributesAjaxRequestAttributes. setDataType(java.lang.String dataType)AjaxRequestAttributesAjaxRequestAttributes. setEventNames(java.lang.String... eventNames)AjaxRequestAttributesAjaxRequestAttributes. setEventPropagation(AjaxRequestAttributes.EventPropagation eventPropagation)Only applies to event behaviors.AjaxRequestAttributesAjaxRequestAttributes. setFormId(java.lang.String formId)AjaxRequestAttributesAjaxRequestAttributes. setMethod(AjaxRequestAttributes.Method method)Sets the type of the Ajax request:GETorPOST.AjaxRequestAttributesAjaxRequestAttributes. setMultipart(boolean multipart)Determines whether the form submit is multipart.AjaxRequestAttributesAjaxRequestAttributes. setPreventDefault(boolean preventDefault)Only applies for event behaviors.AjaxRequestAttributesAjaxRequestAttributes. setRequestTimeout(org.apache.wicket.util.time.Duration requestTimeout)Sets the timeout in milliseconds for the AJAX request.AjaxRequestAttributesAjaxRequestAttributes. setSerializeRecursively(boolean serializeRecursively)AjaxRequestAttributesAjaxRequestAttributes. setSubmittingComponentName(java.lang.String submittingComponentName)AjaxRequestAttributesAjaxRequestAttributes. setThrottlingSettings(ThrottlingSettings throttlingSettings)AjaxRequestAttributesAjaxRequestAttributes. setWicketAjaxResponse(boolean wicketAjaxResponse) -
Uses of AjaxRequestAttributes in org.apache.wicket.ajax.form
Methods in org.apache.wicket.ajax.form with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected voidAjaxFormChoiceComponentUpdatingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxFormComponentUpdatingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxFormSubmitBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxFormValidatingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidOnChangeAjaxBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes) -
Uses of AjaxRequestAttributes in org.apache.wicket.ajax.markup.html
Methods in org.apache.wicket.ajax.markup.html with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected voidAjaxFallbackLink. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxLink. updateAjaxAttributes(AjaxRequestAttributes attributes) -
Uses of AjaxRequestAttributes in org.apache.wicket.ajax.markup.html.form
Methods in org.apache.wicket.ajax.markup.html.form with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected voidAjaxButton. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxCheckBox. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxFallbackButton. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxSubmitLink. updateAjaxAttributes(AjaxRequestAttributes attributes) -
Uses of AjaxRequestAttributes in org.apache.wicket.ajax.markup.html.navigation.paging
Methods in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected voidAjaxPagingNavigationIncrementLink. updateAjaxAttributes(AjaxRequestAttributes attributes)protected voidAjaxPagingNavigationLink. updateAjaxAttributes(AjaxRequestAttributes attributes)
-