| Interface | Description |
|---|---|
| Dialog.DialogContentPane |
Pane representing the dialog content
|
| DialogMessagesProvider |
Provider responsible to provide text messages
|
| Class | Description |
|---|---|
| Dialog |
Base class for dialogs
This is an experimental component provided as a preview we'll improve and
fix problems in up coming releases
|
| Dialog.DefaultDialogContentPane |
A default implementation for the dialog content
|
| Dialog.DialogButton |
A dialog button
|
| MessageDialog |
Create a message dialog
|
| MessageDialog.ConfirmDialog |
A confirm dialog
|
| MessageDialog.ErrorDialog |
An error dialog
|
| MessageDialog.InformationDialog |
An information dialog
|
| MessageDialog.QuestionCancelDialog |
Dialog providing 3 options to the user:
Yes
No
Cancel
|
| MessageDialog.QuestionDialog |
A question dialog
|
| MessageDialog.WarningDialog |
An warning dialog
|
| TitleAreaDialog |
A dialog with a reserved area at the top to display informations
|
| TitleAreaDialog.TitleAreaDialogPane |
Pane with a title area next to the content area
|
| Enum | Description |
|---|---|
| Dialog.ButtonType |
Enum representing standard button type
|
| MessageDialog.ConfirmResult |
Confirmation result
|
| MessageDialog.QuestionCancelResult |
Result of a dialog of type
MessageDialog.QuestionCancelResult |
| MessageDialog.QuestionResult |
Result of a dialog of type
MessageDialog.QuestionResult |
| MessageDialog.Type |
The message type
|