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 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 -
Uses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.dialog
Subclasses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.dialogModifier and TypeClassDescriptionclassAbstractFormDialog<T extends Serializable>Provides the base class for form-based dialogsclassFragmentDialog<T extends Serializable>Provides a dialog having a content coming from aFragmentclassFragmentFormDialog<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 userclassProvides 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 do not extend the same class.classProvides 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 AbstractDialog in com.googlecode.wicket.jquery.ui.widget.wizard
Subclasses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.wizardModifier and TypeClassDescriptionclassAbstractWizard<T extends Serializable>Provides the base class for wizard-based dialogs