| Class | Description |
|---|---|
| Alert |
A bootstrap styled panel for success, warning, and error messages
usage:
add(new Alert("id", Model.of("message text")));
|
| Modal |
The
Modal dialog is a simple component with header,
footer and body. |
| ModalCloseButton |
A simple close button for the
Modal component. |
| TextContentModal |
A simple modal dialog that shows a given text as body.
|
| Enum | Description |
|---|---|
| Alert.Type |
The
Type enum defines all possible alert types. |
Copyright © 2013 agilecoders.de. All Rights Reserved.