| AbstractDialog<T extends Serializable> |
Base class for implementing jQuery dialogs
|
| AbstractFormDialog<T extends Serializable> |
Provides the base class for form-based dialogs
|
| ButtonAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'click' event of DialogButtons
|
| ButtonAjaxBehavior.ClickEvent |
|
| ButtonAjaxPostBehavior |
|
| DialogAdapter |
|
| DialogBehavior |
Provides a jQuery dialog behavior.
|
| DialogBehavior.CloseEvent |
|
| DialogBehavior.OnDefaultCloseAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'close' event
Underlying callback will be triggered when the user clicks on the X-icon
|
| DialogBehavior.OnEscapeCloseAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'beforeClose' event
Underlying callback will be triggered when the user presses the escape key
|
| DialogButton |
Provides the button object that can be used in dialogs
|
| DialogListenerWrapper |
|
| FragmentDialog<T extends Serializable> |
Provides a dialog having a content coming from a Fragment
|
| FragmentFormDialog<T extends Serializable> |
Provides a dialog having a content coming from a Fragment
|
| InputDialog<T extends Serializable> |
Provides a modal dialog box that ask an input to the user
|
| MessageDialog |
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.
|
| MessageFormDialog |
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.
|