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