Uses of Class
org.pepstock.charba.client.utils.toast.ActionItem
-
Packages that use ActionItem Package Description org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.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.commons
Fields in org.pepstock.charba.client.commons declared as ActionItem Modifier and Type Field Description static ActionItem[]ArrayUtil. EMPTY_ACTION_ITEM_ARRAYAn empty immutableActionItemarray.Methods in org.pepstock.charba.client.commons that return ActionItem Modifier and Type Method Description static ActionItem[]ArrayUtil. toActionItems(List<ActionItem> list)Returns an array of dates from a list.Method parameters in org.pepstock.charba.client.commons with type arguments of type ActionItem Modifier and Type Method Description static ActionItem[]ArrayUtil. toActionItems(List<ActionItem> list)Returns an array of dates from a list. -
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.
-