See: Description
| Interface | Description |
|---|---|
| Dialog.DialogAction |
Interface for specialized dialog
Action, which can have a set of traits Dialog.ActionTrait |
| Class | Description |
|---|---|
| AbstractDialogAction |
A convenience class that implements the
Action and Dialog.DialogAction interfaces and provides
a simpler API. |
| Dialog |
A lower-level API for creating standardized dialogs consisting of the following
subsections:
Title,
System buttons (min, max, close),
Masthead,
Content,
Expandable content,
Button bar
|
| Dialogs |
A simple (yet flexible) API for showing the most common forms of (modal) UI
dialogs.
|
| Dialogs.CommandLink |
Command Link class.
|
| Enum | Description |
|---|---|
| Dialog.Actions |
An enumeration of common dialog actions, ideal for use in dialogs if
the common behavior of presenting options to a user and listening to their
response is all that is necessary.
|
| Dialog.ActionTrait |
Possible traits of
Dialog.DialogAction |