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