Uses of Class
com.googlecode.wicket.jquery.ui.form.button.AjaxButton
Packages that use AjaxButton
-
Uses of AjaxButton in com.googlecode.wicket.jquery.ui.form.button
Subclasses of AjaxButton in com.googlecode.wicket.jquery.ui.form.buttonModifier and TypeClassDescriptionclass
Provides a jQuery button based on theAjaxButton
, with an ajax indicator the time theAjaxButton.onSubmit()
process.class
Provides a jQuery button based on the built-in AjaxButton, protected by roles.Methods in com.googlecode.wicket.jquery.ui.form.button that return AjaxButtonModifier and TypeMethodDescriptionprotected AjaxButton
ConfirmAjaxButton.newAjaxButton
(String id, AbstractDialog<?> dialog) Gets the newAjaxButton
that will open the supplied dialogprotected AjaxButton
ConfirmButton.newAjaxButton
(String id, AbstractDialog<?> dialog) Gets the newAjaxButton
that will open the supplied dialog