| Package | Description |
|---|---|
| net.anotheria.moskito.webui.shared.bean |
| Modifier and Type | Method and Description |
|---|---|
AlertType |
AlertBean.getType() |
static AlertType |
AlertType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertType[] |
AlertType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AlertBean |
AlertBean.create(AlertType type,
java.lang.String message)
Creates default alert without animation, with square borders and full width.
|
static AlertBean |
AlertBean.createDismissible(AlertType type,
java.lang.String message)
Creates default alert as in
AlertBean.create(AlertType, String) with dismiss functionality. |
static AlertBean |
AlertBean.createSmallAnimatedRounded(AlertType type,
java.lang.String message)
Creates small animated alert with round borders.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.