Uses of Enum Class
com.jwebmp.plugins.toastr.ToastrType
Packages that use ToastrType
-
Uses of ToastrType in com.jwebmp.plugins.toastr
Methods in com.jwebmp.plugins.toastr that return ToastrTypeModifier and TypeMethodDescription@NotNull ToastrTypeToastrFeature.getType()Returns the type for the toastrstatic ToastrTypeReturns the enum constant of this class with the specified name.static ToastrType[]ToastrType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jwebmp.plugins.toastr with parameters of type ToastrTypeModifier and TypeMethodDescriptionToastrFeature.setType(ToastrType type) Sets the type for the toastrConstructors in com.jwebmp.plugins.toastr with parameters of type ToastrTypeModifierConstructorDescriptionToastrFeature(ToastrType type, String title, String message) Constructs a complete feature