Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog
-
Packages that use AbstractDialog 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 AbstractDialog in com.googlecode.wicket.jquery.ui.form.button
Methods in com.googlecode.wicket.jquery.ui.form.button that return AbstractDialog Modifier and Type Method Description protected 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 AbstractDialog 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 -
Uses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.dialog
Subclasses of AbstractDialog in com.googlecode.wicket.jquery.ui.widget.dialog Modifier and Type Class Description classAbstractFormDialog<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 userclassMessageDialogProvides 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.classMessageFormDialogProvides 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.wizard Modifier and Type Class Description classAbstractWizard<T extends Serializable>Provides the base class for wizard-based dialogs
-