Package | Description |
---|---|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Method and Description |
---|---|
OpenHandler |
ToastItemOptions.getOpenHandler()
Returns the OPEN hander, if set, otherwise
null . |
OpenHandler |
ToastOptions.getOpenHandler()
Returns the OPEN hander, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
ToastOptionsBuilder |
ToastOptionsBuilder.setOpenHandler(OpenHandler openHandler)
Sets the OPEN hander.
|
void |
ToastOptions.setOpenHandler(OpenHandler openHandler)
Sets the OPEN hander.
|