Package com.googlecode.wicket.jquery.ui.widget.dialog
package com.googlecode.wicket.jquery.ui.widget.dialog
-
ClassDescriptionAbstractDialog<T extends Serializable>Base class for implementing jQuery dialogsAbstractFormDialog<T extends Serializable>Provides the base class for form-based dialogsProvides an event object that will be broadcasted by the
ButtonAjaxBehaviorcallbackProvides a specialization ofButtonAjaxBehaviorthat handles form-submitAdapter class forIDialogListenerProvides a jQuery dialog behavior.Provides an event object that will be broadcasted by theDialogBehavior.OnDefaultCloseAjaxBehaviorand theDialogBehavior.OnEscapeCloseAjaxBehaviorcallbacksProvides aJQueryAjaxBehaviorthat aims to be wired to the 'close' event
Underlying callback will be triggered when the user clicks on the X-iconProvides aJQueryAjaxBehaviorthat aims to be wired to the 'beforeClose' event
Underlying callback will be triggered when the user presses the escape keyProvides the button object that can be used in dialogsButton set to be used in aMessageDialogorMessageFormDialogPredefined icons to be used in aMessageDialogWrapper/Delegate class forIDialogListenerFragmentDialog<T extends Serializable>Provides a dialog having a content coming from aFragmentFragmentFormDialog<T extends Serializable>Provides a dialog having a content coming from aFragmentEvent listener shared by theAbstractDialogwidget and theDialogBehaviorInputDialog<T extends Serializable>Provides a modal dialog box that ask an input to the userProvides 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.Provides 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.