Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog
-
Packages that use AbstractFormDialog Package Description com.googlecode.wicket.jquery.ui.form.button com.googlecode.wicket.jquery.ui.widget.dialog com.googlecode.wicket.jquery.ui.widget.wizard -
-
Uses of AbstractFormDialog in com.googlecode.wicket.jquery.ui.form.button
Methods in com.googlecode.wicket.jquery.ui.form.button that return AbstractFormDialog Modifier and Type Method Description protected 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.dialog Modifier and Type Class Description classFragmentFormDialog<T extends Serializable>Provides a dialog having a content coming from aFragmentclassInputDialog<T extends Serializable>Provides a modal dialog box that ask an input to the userclassMessageFormDialogProvides a modal dialog box that displays a specific message, with a predefined icon and a predefined button set.
Note:MessageDialog&MessageFormDialogare 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.wizard Modifier and Type Class Description classAbstractWizard<T extends Serializable>Provides the base class for wizard-based dialogs
-