| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.common | |
| de.agilecoders.wicket.markup.html.bootstrap.dialog |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationAlert
An
Alert implementation that shows an INotificationMessage. |
| Modifier and Type | Method and Description |
|---|---|
Alert |
Alert.hideAfter(org.apache.wicket.util.time.Duration duration)
hides the alert box after given duration.
|
Alert |
Alert.setCloseButtonVisible(boolean visible)
Sets whether the close button is visible.
|
Alert |
Alert.type(Alert.Type type)
Sets the alert type.
|
Alert |
Alert.useInlineHeader(boolean useInlineHeader)
Whether to use an inline or block header.
|
Alert |
Alert.withHeader(org.apache.wicket.model.IModel<String> header)
Sets the header message.
|
Alert |
Alert.withMessage(org.apache.wicket.model.IModel<String> message)
Sets the message.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.