|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AjaxRequestAttributes in org.apache.wicket.ajax |
|---|
| Methods in org.apache.wicket.ajax that return AjaxRequestAttributes | |
|---|---|
protected AjaxRequestAttributes |
AbstractDefaultAjaxBehavior.getAttributes()
|
| Methods in org.apache.wicket.ajax with parameters of type AjaxRequestAttributes | |
|---|---|
protected CharSequence |
AbstractDefaultAjaxBehavior.renderAjaxAttributes(Component component,
AjaxRequestAttributes attributes)
|
void |
AjaxRequestTarget.AbstractListener.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxNewWindowNotifyingBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxEventBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxClientInfoBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AbstractDefaultAjaxBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
Gives a chance to the specializations to modify the attributes. |
| Uses of AjaxRequestAttributes in org.apache.wicket.ajax.attributes |
|---|
| Methods in org.apache.wicket.ajax.attributes that return AjaxRequestAttributes | |
|---|---|
AjaxRequestAttributes |
AjaxRequestAttributes.setAllowDefault(boolean allowDefault)
Only applies for event behaviors. |
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 or POST. |
AjaxRequestAttributes |
AjaxRequestAttributes.setMultipart(boolean multipart)
Determines whether the form submit is multipart. |
AjaxRequestAttributes |
AjaxRequestAttributes.setRequestTimeout(Duration requestTimeout)
Sets the timeout in milliseconds for the AJAX request. |
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 | |
|---|---|
protected void |
AjaxFormSubmitBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxFormComponentUpdatingBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxFormChoiceComponentUpdatingBehavior.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 | |
|---|---|
protected void |
AjaxLink.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxFallbackLink.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 | |
|---|---|
protected void |
AjaxSubmitLink.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxFallbackButton.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxCheckBox.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxButton.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 | |
|---|---|
protected void |
AjaxPagingNavigationLink.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
protected void |
AjaxPagingNavigationIncrementLink.updateAjaxAttributes(AjaxRequestAttributes attributes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||