Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes

Packages that use AjaxRequestAttributes
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.extensions.ajax.markup.html   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
 

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)
           
protected  void AjaxEventBehavior.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.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.extensions.ajax.markup.html
 

Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type AjaxRequestAttributes
protected  void AjaxLazyLoadPanel.updateAjaxAttributes(AjaxRequestAttributes attributes)
           
 

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
protected  void AutoCompleteBehavior.updateAjaxAttributes(AjaxRequestAttributes attributes)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.