See: Description
| Class | Description |
|---|---|
| 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.
|