Uses of Class
com.jwebmp.plugins.toastr.ToastrType
-
Packages that use ToastrType Package Description com.jwebmp.plugins.toastr -
-
Uses of ToastrType in com.jwebmp.plugins.toastr
Methods in com.jwebmp.plugins.toastr that return ToastrType Modifier and Type Method Description @NotNull ToastrTypeToastrFeature. getType()Returns the type for the toastrstatic ToastrTypeToastrType. valueOf(java.lang.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.Methods in com.jwebmp.plugins.toastr with parameters of type ToastrType Modifier and Type Method Description JToastrFeature. setType(ToastrType type)Sets the type for the toastrConstructors in com.jwebmp.plugins.toastr with parameters of type ToastrType Constructor Description ToastrFeature(ToastrType type, java.lang.String title, java.lang.String message)Constructs a complete feature
-