Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog
Packages that use AbstractFormDialog
Package
Description
-
Uses of AbstractFormDialog in com.googlecode.wicket.jquery.ui.form.button
Methods in com.googlecode.wicket.jquery.ui.form.button that return AbstractFormDialogModifier and TypeMethodDescriptionprotected AbstractFormDialog<?>
ConfirmAjaxButton.newDialog
(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message) Creates the dialog instance
Warning: to be overridden with care! -
Uses of AbstractFormDialog in com.googlecode.wicket.jquery.ui.widget.dialog
Subclasses of AbstractFormDialog in com.googlecode.wicket.jquery.ui.widget.dialogModifier and TypeClassDescriptionclass
FragmentFormDialog<T extends Serializable>
Provides a dialog having a content coming from aFragment
class
InputDialog<T extends Serializable>
Provides a modal dialog box that ask an input to the userclass
Provides a modal dialog box that displays a specific message, with a predefined icon and a predefined button set.
Note:MessageDialog
&MessageFormDialog
are sharing the same code, they just does not extend the same class. -
Uses of AbstractFormDialog in com.googlecode.wicket.jquery.ui.widget.wizard
Subclasses of AbstractFormDialog in com.googlecode.wicket.jquery.ui.widget.wizardModifier and TypeClassDescriptionclass
AbstractWizard<T extends Serializable>
Provides the base class for wizard-based dialogs