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<ActionItem> |
ToastOptions.getActions()
Returns the actions to the toast.
|
Modifier and Type | Method and Description |
---|---|
Date |
ToastItem.getDateTime(ActionItem action)
Returns the date time when the action invocation was applied to the toast.
|
ToastOptionsBuilder |
ToastOptionsBuilder.setActions(ActionItem... actions)
Sets the actions to the toast.
|
void |
ToastOptions.setActions(ActionItem... actions)
Sets the actions to the toast.
|
Modifier and Type | Method and Description |
---|---|
ToastOptionsBuilder |
ToastOptionsBuilder.setActions(List<ActionItem> actions)
Sets the actions to the toast.
|
void |
ToastOptions.setActions(List<ActionItem> actions)
Sets the actions to the toast.
|
Modifier and Type | Method and Description |
---|---|
void |
CloseHandler.onClose(ToastItem item,
ActionItem action)
Invoked to be notified of toast item closing.
|