Package | Description |
---|---|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
org.pepstock.charba.client.utils.toast.handlers |
Contains all handlers to implement in order to manage events of change status of the TOAST utility.
|
Modifier and Type | Method and Description |
---|---|
List<ToastItem> |
Toaster.getHistoryItems()
Returns the list of toast items in the history.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActionClickEventHandler.onClick(ToastItem item,
BaseNativeEvent event)
Invoked to manage CLICK events on toast action.
|
void |
ClickEventHandler.onClick(ToastItem item,
BaseNativeEvent event)
Invoked to manage CLICK events on toast item.
|
void |
CloseHandler.onClose(ToastItem item,
ActionItem action)
Invoked to be notified of toast item closing.
|
void |
OpenHandler.onOpen(ToastItem item)
Invoked to be notified of toast item opening.
|