Java org.apache.wicket.ajax.attributes AjaxRequestAttributes fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.ajax.attributes AjaxRequestAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.ajax.attributes AjaxRequestAttributes.

The text is from its open source code.

Field

Constructor

Method

ListgetAjaxCallListeners()
AjaxChannelgetChannel()
StringgetDataType()
Returns the type of the data in the Ajax response.
ListgetDynamicExtraParameters()
Array of JavaScript functions that produce additional URL arguments.
String[]getEventNames()
MapgetExtraParameters()
Map that contains additional (static) URL parameters.
StringgetFormId()
MethodgetMethod()
Returns the type of the Ajax request: GET or POST.
DurationgetRequestTimeout()
Returns the timeout in milliseconds for the AJAX request.
StringgetSubmittingComponentName()
ThrottlingSettingsgetThrottlingSettings()
booleanisAsynchronous()
booleanisMultipart()
Returns whether the form submit is multipart.
booleanisWicketAjaxResponse()
AjaxRequestAttributessetChannel(final AjaxChannel channel)
AjaxRequestAttributessetDataType(final String dataType)
AjaxRequestAttributessetEventNames(String... eventNames)
AjaxRequestAttributessetEventPropagation(EventPropagation eventPropagation)
Only applies to event behaviors.
AjaxRequestAttributessetFormId(final String formId)
AjaxRequestAttributessetMethod(final Method method)
Sets the type of the Ajax request: GET or POST.
AjaxRequestAttributessetMultipart(boolean multipart)
Determines whether the form submit is multipart.
AjaxRequestAttributessetPreventDefault(boolean preventDefault)
Only applies for event behaviors.
AjaxRequestAttributessetRequestTimeout(final Duration requestTimeout)
Sets the timeout in milliseconds for the AJAX request.
AjaxRequestAttributessetSubmittingComponentName(String submittingComponentName)
AjaxRequestAttributessetThrottlingSettings(ThrottlingSettings throttlingSettings)
AjaxRequestAttributessetWicketAjaxResponse(final boolean wicketAjaxResponse)