Uses of Class
com.jwebmp.plugins.toastr.ToastrPosition
-
Packages that use ToastrPosition Package Description com.jwebmp.plugins.toastr -
-
Uses of ToastrPosition in com.jwebmp.plugins.toastr
Methods in com.jwebmp.plugins.toastr that return ToastrPosition Modifier and Type Method Description ToastrPositionToastrOptions. getPositionClass()Gets the position classstatic ToastrPositionToastrPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ToastrPosition[]ToastrPosition. 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 ToastrPosition Modifier and Type Method Description JToastrOptions. setPositionClass(ToastrPosition positionClass)Sets the position class
-