Uses of Interface
org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Packages that use IsDefaultToastOptions Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of IsDefaultToastOptions in org.pepstock.charba.client.utils.toast
Classes in org.pepstock.charba.client.utils.toast that implement IsDefaultToastOptions Modifier and Type Class Description class
DefaultToastOptions
Provides the defaults of the toast options.class
ToastItemOptions
Wrapper ofToastOptions
, used byToastItem
, which exposes all "get" methods in order to be immutable.class
ToastOptions
Entity to configure the toast to show.
-