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 useToasterutility.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 DateToastItem. getDateTime(ActionItem action)Returns the date time when the action invocation was applied to the toast.voidToastOptions. setActions(ActionItem... actions)Sets the actions to the toast.ToastOptionsBuilderToastOptionsBuilder. 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 voidToastOptions. setActions(List<ActionItem> actions)Sets the actions to the toast.ToastOptionsBuilderToastOptionsBuilder. 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 voidCloseHandler. onClose(ToastItem item, ActionItem action)Invoked to be notified of toast item closing.
-