Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes
-
Packages that use AjaxRequestAttributes Package Description org.apache.wicket.ajax org.apache.wicket.ajax.attributes org.apache.wicket.ajax.form org.apache.wicket.ajax.markup.html org.apache.wicket.ajax.markup.html.form org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.extensions.ajax org.apache.wicket.extensions.ajax.markup.html org.apache.wicket.extensions.ajax.markup.html.autocomplete org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort org.apache.wicket.extensions.ajax.markup.html.repeater.data.table org.apache.wicket.extensions.wizard Package for working with Wizard components.org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). -
-
Uses of AjaxRequestAttributes in org.apache.wicket.ajax
Methods in org.apache.wicket.ajax that return AjaxRequestAttributes Modifier and Type Method Description protected AjaxRequestAttributes
AbstractDefaultAjaxBehavior. getAttributes()
Methods in org.apache.wicket.ajax with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected CharSequence
AbstractDefaultAjaxBehavior. renderAjaxAttributes(Component component, AjaxRequestAttributes attributes)
protected void
AbstractDefaultAjaxBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
Gives a chance to the specializations to modify the attributes.protected void
AjaxClientInfoBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxEventBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxNewWindowNotifyingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
Overridden to add the current window name to the request.protected void
AjaxOnDomReadyClientInfoBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxPreventSubmitBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
default void
AjaxRequestTarget.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 AjaxRequestAttributes
AjaxRequestAttributes. setAsynchronous(boolean async)
AjaxRequestAttributes
AjaxRequestAttributes. setChannel(AjaxChannel channel)
AjaxRequestAttributes
AjaxRequestAttributes. setDataType(String dataType)
AjaxRequestAttributes
AjaxRequestAttributes. setEventNames(String... eventNames)
AjaxRequestAttributes
AjaxRequestAttributes. setEventPropagation(AjaxRequestAttributes.EventPropagation eventPropagation)
Only applies to event behaviors.AjaxRequestAttributes
AjaxRequestAttributes. setFormId(String formId)
AjaxRequestAttributes
AjaxRequestAttributes. setMethod(AjaxRequestAttributes.Method method)
Sets the type of the Ajax request:GET
orPOST
.AjaxRequestAttributes
AjaxRequestAttributes. setMultipart(boolean multipart)
Determines whether the form submit is multipart.AjaxRequestAttributes
AjaxRequestAttributes. setPreventDefault(boolean preventDefault)
Only applies for event behaviors.AjaxRequestAttributes
AjaxRequestAttributes. setRequestTimeout(Duration requestTimeout)
Sets the timeout in milliseconds for the AJAX request.AjaxRequestAttributes
AjaxRequestAttributes. setSerializeRecursively(boolean serializeRecursively)
AjaxRequestAttributes
AjaxRequestAttributes. setSubmittingComponentName(String submittingComponentName)
AjaxRequestAttributes
AjaxRequestAttributes. setThrottlingSettings(ThrottlingSettings throttlingSettings)
AjaxRequestAttributes
AjaxRequestAttributes. 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 void
AjaxFormChoiceComponentUpdatingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxFormComponentUpdatingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxFormSubmitBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxFormValidatingBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
OnChangeAjaxBehavior. 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 void
AjaxFallbackLink. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxLink. 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 void
AjaxButton. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxCheckBox. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxFallbackButton. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxSubmitLink. 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 void
AjaxPagingNavigationIncrementLink. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxPagingNavigationLink. updateAjaxAttributes(AjaxRequestAttributes attributes)
-
Uses of AjaxRequestAttributes in org.apache.wicket.extensions.ajax
Methods in org.apache.wicket.extensions.ajax with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
AjaxFileDropBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
-
Uses of AjaxRequestAttributes in org.apache.wicket.extensions.ajax.markup.html
Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
AjaxEditableLabel.EditorAjaxBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxEditableLabel.LabelAjaxBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxEditableLabel. updateEditorAjaxAttributes(AjaxRequestAttributes attributes)
Gives a chance to the specializations to modify the Ajax attributes for the request when this component switches from a label to an editor.protected void
AjaxEditableLabel. updateLabelAjaxAttributes(AjaxRequestAttributes attributes)
Gives a chance to the specializations to modify the Ajax attributes for the request when this component switches from an editor to a label. -
Uses of AjaxRequestAttributes in org.apache.wicket.extensions.ajax.markup.html.autocomplete
Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
AbstractAutoCompleteBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AutoCompleteTextField. updateAjaxAttributes(AjaxRequestAttributes attributes)
-
Uses of AjaxRequestAttributes in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
AjaxFallbackOrderByBorder. updateAjaxAttributes(AjaxRequestAttributes attributes)
protected void
AjaxOrderByLink. updateAjaxAttributes(AjaxRequestAttributes attributes)
-
Uses of AjaxRequestAttributes in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
AjaxFallbackHeadersToolbar. updateAjaxAttributes(AjaxRequestAttributes attributes)
-
Uses of AjaxRequestAttributes in org.apache.wicket.extensions.wizard
Methods in org.apache.wicket.extensions.wizard with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
AjaxWizardButtonBar. updateAjaxAttributes(AjaxRequestAttributes attributes)
Hook method to update Ajax attributes. -
Uses of AjaxRequestAttributes in org.apache.wicket.markup.html.form.upload
Methods in org.apache.wicket.markup.html.form.upload with parameters of type AjaxRequestAttributes Modifier and Type Method Description protected void
FilesSelectedBehavior. updateAjaxAttributes(AjaxRequestAttributes attributes)
-