Uses of Interface
org.pepstock.charba.client.utils.toast.IsDefaultContentElement
-
Packages that use IsDefaultContentElement Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of IsDefaultContentElement in org.pepstock.charba.client.utils.toast
Subinterfaces of IsDefaultContentElement in org.pepstock.charba.client.utils.toast Modifier and Type Interface Description interface
IsDefaultAction
Interface to define toast action object defaults.Classes in org.pepstock.charba.client.utils.toast that implement IsDefaultContentElement Modifier and Type Class Description class
Action
Configures style of the toast actions.class
ActionItem
Defines user action to show on a toast in order to enable the user to act with the toast.class
Label
Configures the toast label.class
Title
Configures the toast title.Methods in org.pepstock.charba.client.utils.toast that return IsDefaultContentElement Modifier and Type Method Description IsDefaultContentElement
IsDefaultToastOptions. getLabel()
Returns the label of the toast.IsDefaultContentElement
ToastItemOptions. getLabel()
Returns the label of the toast.IsDefaultContentElement
IsDefaultToastOptions. getTitle()
Returns the title of the toast.IsDefaultContentElement
ToastItemOptions. getTitle()
Returns the title of the toast.
-