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 useToasterutility. -
-
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 CloseHandlerToastItemOptions. getCloseHandler()Returns the CLOSE hander, if set, otherwisenull.CloseHandlerToastOptions. 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 voidToastOptions. setCloseHandler(CloseHandler closeHandler)Sets the CLOSE hander.ToastOptionsBuilderToastOptionsBuilder. setCloseHandler(CloseHandler closeHandler)Sets the CLOSE hander.
-