| Interface | Description |
|---|---|
| IDialogListener |
Event listener shared by the
AbstractDialog widget and the DialogBehavior |
| Class | Description |
|---|---|
| AbstractDialog<T extends Serializable> |
Base class for implementing jQuery dialogs
|
| AbstractFormDialog<T extends Serializable> |
Provides the base class for form-based dialogs
|
| ButtonAjaxBehavior | |
| ButtonAjaxBehavior.ClickEvent |
Provides an event object that will be broadcasted by the
ButtonAjaxBehavior callback |
| ButtonAjaxPostBehavior |
Provides a specialization of
ButtonAjaxBehavior that handles form-submit |
| DialogAdapter |
Adapter class for
IDialogListener |
| DialogBehavior |
Provides a jQuery dialog behavior.
|
| DialogBehavior.CloseEvent |
Provides an event object that will be broadcasted by the
DialogBehavior.OnDefaultCloseAjaxBehavior and the DialogBehavior.OnEscapeCloseAjaxBehavior callbacks |
| DialogBehavior.OnDefaultCloseAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'close' eventUnderlying 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' eventUnderlying callback will be triggered when the user presses the escape key |
| DialogButton |
Provides the button object that can be used in dialogs
|
| DialogListenerWrapper |
Wrapper/Delegate class for
IDialogListener |
| 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. |
| Enum | Description |
|---|---|
| DialogButtons |
Button set to be used in a
MessageDialog or MessageFormDialog |
| DialogIcon |
Predefined icons to be used in a
MessageDialog |
Copyright © 2017 7thWeb. All rights reserved.