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