| Package | Description |
|---|---|
| com.jwebmp.plugins.toastr |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ToastrType |
ToastrFeature.getType()
Returns the type for the toastr
|
static ToastrType |
ToastrType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToastrType[] |
ToastrType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
J |
ToastrFeature.setType(ToastrType type)
Sets the type for the toastr
|
| Constructor and Description |
|---|
ToastrFeature(ToastrType type,
String title,
String message)
Constructs a complete feature
|
Copyright © 2019 Marc Magon. All rights reserved.