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 useToasterutility. -
-
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 interfaceIsDefaultActionInterface to define toast action object defaults.Classes in org.pepstock.charba.client.utils.toast that implement IsDefaultContentElement Modifier and Type Class Description classActionConfigures style of the toast actions.classActionItemDefines user action to show on a toast in order to enable the user to act with the toast.classLabelConfigures the toast label.classTitleConfigures the toast title.Methods in org.pepstock.charba.client.utils.toast that return IsDefaultContentElement Modifier and Type Method Description IsDefaultContentElementIsDefaultToastOptions. getLabel()Returns the label of the toast.IsDefaultContentElementToastItemOptions. getLabel()Returns the label of the toast.IsDefaultContentElementIsDefaultToastOptions. getTitle()Returns the title of the toast.IsDefaultContentElementToastItemOptions. getTitle()Returns the title of the toast.
-