Uses of Interface
org.pepstock.charba.client.utils.toast.handlers.ClickEventHandler
-
Packages that use ClickEventHandler Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of ClickEventHandler in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return ClickEventHandler Modifier and Type Method Description ClickEventHandler
ToastItemOptions. getClickEventHandler()
Returns the CLICK event hander, if set, otherwisenull
.ClickEventHandler
ToastOptions. getClickEventHandler()
Returns the CLICK event hander, if set, otherwisenull
.Methods in org.pepstock.charba.client.utils.toast with parameters of type ClickEventHandler Modifier and Type Method Description void
ToastOptions. setClickEventHandler(ClickEventHandler clickEventHandler)
Sets the CLICK event hander.ToastOptionsBuilder
ToastOptionsBuilder. setClickEventHandler(ClickEventHandler clickEventHandler)
Sets the CLICK event hander.
-