Uses of Class
com.googlecode.wicket.jquery.ui.form.button.AjaxButton
-
Packages that use AjaxButton Package Description com.googlecode.wicket.jquery.ui.form.button -
-
Uses of AjaxButton in com.googlecode.wicket.jquery.ui.form.button
Subclasses of AjaxButton in com.googlecode.wicket.jquery.ui.form.button Modifier and Type Class Description class
IndicatingAjaxButton
Provides a jQuery button based on theAjaxButton
, with an ajax indicator the time theAjaxButton.onSubmit()
process.class
SecuredAjaxButton
Provides a jQuery button based on the built-in AjaxButton, protected by roles.Methods in com.googlecode.wicket.jquery.ui.form.button that return AjaxButton Modifier and Type Method Description protected 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
-