Uses of Class
org.pepstock.charba.client.utils.toast.ActionItem
-
Packages that use ActionItem Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
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. -
-
Uses of ActionItem in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return types with arguments of type ActionItem Modifier and Type Method Description List<ActionItem>
ToastOptions. getActions()
Returns the actions to the toast.Methods in org.pepstock.charba.client.utils.toast with parameters of type ActionItem Modifier and Type Method Description Date
ToastItem. getDateTime(ActionItem action)
Returns the date time when the action invocation was applied to the toast.void
ToastOptions. setActions(ActionItem... actions)
Sets the actions to the toast.ToastOptionsBuilder
ToastOptionsBuilder. setActions(ActionItem... actions)
Sets the actions to the toast.Method parameters in org.pepstock.charba.client.utils.toast with type arguments of type ActionItem Modifier and Type Method Description void
ToastOptions. setActions(List<ActionItem> actions)
Sets the actions to the toast.ToastOptionsBuilder
ToastOptionsBuilder. setActions(List<ActionItem> actions)
Sets the actions to the toast. -
Uses of ActionItem in org.pepstock.charba.client.utils.toast.handlers
Methods in org.pepstock.charba.client.utils.toast.handlers with parameters of type ActionItem Modifier and Type Method Description void
CloseHandler. onClose(ToastItem item, ActionItem action)
Invoked to be notified of toast item closing.
-