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 classIndicatingAjaxButtonProvides a jQuery button based on theAjaxButton, with an ajax indicator the time theAjaxButton.onSubmit()process.classSecuredAjaxButtonProvides 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 AjaxButtonConfirmAjaxButton. newAjaxButton(String id, AbstractDialog<?> dialog)Gets the newAjaxButtonthat will open the supplied dialogprotected AjaxButtonConfirmButton. newAjaxButton(String id, AbstractDialog<?> dialog)Gets the newAjaxButtonthat will open the supplied dialog
-