Uses of Class
org.pepstock.charba.client.utils.toast.ToastItem
-
Packages that use ToastItem Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToasterutility.org.pepstock.charba.client.utils.toast.handlers Contains all handlers to implement in order to manage events of change status of the TOAST utility. -
-
Uses of ToastItem in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return types with arguments of type ToastItem Modifier and Type Method Description List<ToastItem>Toaster. getHistoryItems()Returns the list of toast items in the history. -
Uses of ToastItem in org.pepstock.charba.client.utils.toast.handlers
Methods in org.pepstock.charba.client.utils.toast.handlers with parameters of type ToastItem Modifier and Type Method Description booleanActionClickEventHandler. onClick(ToastItem item, NativeMouseEvent event)Invoked to manage CLICK events on toast action.voidClickEventHandler. onClick(ToastItem item, NativeMouseEvent event)Invoked to manage CLICK events on toast item.voidCloseHandler. onClose(ToastItem item, ActionItem action)Invoked to be notified of toast item closing.voidOpenHandler. onOpen(ToastItem item)Invoked to be notified of toast item opening.
-