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 useToasterutility. -
-
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 ClickEventHandlerToastItemOptions. getClickEventHandler()Returns the CLICK event hander, if set, otherwisenull.ClickEventHandlerToastOptions. 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 voidToastOptions. setClickEventHandler(ClickEventHandler clickEventHandler)Sets the CLICK event hander.ToastOptionsBuilderToastOptionsBuilder. setClickEventHandler(ClickEventHandler clickEventHandler)Sets the CLICK event hander.
-