Uses of Class
org.pepstock.charba.client.utils.toast.enums.Align
-
Packages that use Align Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility.org.pepstock.charba.client.utils.toast.enums Contains all enumerations to configure the TOAST utility. -
-
Uses of Align in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return Align Modifier and Type Method Description default Align
IsDefaultToastOptions. getAlign()
Returns the alignment of the toast actions.Align
ToastItemOptions. getAlign()
Returns the alignment of the toast actions.Methods in org.pepstock.charba.client.utils.toast with parameters of type Align Modifier and Type Method Description ToastOptionsBuilder
ToastOptionsBuilder. setAlign(Align align)
Sets the alignment of the toast action. -
Uses of Align in org.pepstock.charba.client.utils.toast.enums
Methods in org.pepstock.charba.client.utils.toast.enums that return Align Modifier and Type Method Description static Align
Align. valueOf(String name)
Returns the enum constant of this type with the specified name.static Align[]
Align. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-