| Class | Description |
|---|---|
| AbstractDialog<T extends java.io.Serializable> |
Base class for implementing jQuery dialogs
|
| AbstractFormDialog<T extends java.io.Serializable> |
Provides the base class for form-based dialogs
|
| ButtonAjaxBehavior |
Provides the dialog-button's
JQueryAjaxBehavior |
| ButtonAjaxBehavior.ClickEvent |
Provides a dialog event that will be transmitted to the
AbstractDialog |
| ButtonAjaxPostBehavior |
Provides the dialog-button's form-submit behavior
|
| DialogBehavior |
Provides a jQuery dialog behavior.
|
| DialogBehavior.CloseEvent |
An event object that will be broadcasted when the user clicks on the X-icon
|
| DialogButton |
Provides the button object that can be used in dialogs
|
| FragmentDialog<T extends java.io.Serializable> |
Provides a dialog having a content coming from a
Fragment |
| FragmentFormDialog<T extends java.io.Serializable> |
Provides a dialog having a content coming from a
Fragment |
| InputDialog<T extends java.io.Serializable> |
Provides a modal dialog box that ask an input to the user
|
| MessageDialog |
Provides a modal dialog box that display a specific message, with a predefined icon and a predefined button set.
Note: MessageDialog & MessageFormDialog are sharing the same code, there just do not extends the same class. |
| MessageFormDialog |
Provides a modal dialog box that display a specific message, with a predefined icon and a predefined button set.
Note: MessageDialog & MessageFormDialog are sharing the same code, there just do not extends 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 © 2014 7thWeb. All Rights Reserved.