Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog
Packages that use AbstractDialog
Package
Description
-
Uses of AbstractDialog in com.googlecode.wicket.jquery.ui.form.button
Methods in com.googlecode.wicket.jquery.ui.form.button that return AbstractDialogModifier and TypeMethodDescriptionprotected AbstractDialog<?>
ConfirmButton.newDialog
(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message) Create the dialog instance
Warning: to be overridden with care!Methods in com.googlecode.wicket.jquery.ui.form.button with parameters of type AbstractDialogModifier 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 -
Uses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.dialog
Subclasses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.dialogModifier and TypeClassDescriptionclass
AbstractFormDialog<T extends Serializable>
Provides the base class for form-based dialogsclass
FragmentDialog<T extends Serializable>
Provides a dialog having a content coming from aFragment
class
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 do not extend the same class.class
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 AbstractDialog in com.googlecode.wicket.jquery.ui.widget.wizard
Subclasses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.wizardModifier and TypeClassDescriptionclass
AbstractWizard<T extends Serializable>
Provides the base class for wizard-based dialogs