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 useToaster
utility.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 boolean
ActionClickEventHandler. onClick(ToastItem item, BaseNativeEvent event)
Invoked to manage CLICK events on toast action.void
ClickEventHandler. onClick(ToastItem item, BaseNativeEvent event)
Invoked to manage CLICK events on toast item.void
CloseHandler. onClose(ToastItem item, ActionItem action)
Invoked to be notified of toast item closing.void
OpenHandler. onOpen(ToastItem item)
Invoked to be notified of toast item opening.
-