Uses of Interface
org.pepstock.charba.client.utils.toast.handlers.ActionClickEventHandler
-
Packages that use ActionClickEventHandler Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of ActionClickEventHandler in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return ActionClickEventHandler Modifier and Type Method Description ActionClickEventHandler
ActionItem. getClickEventHandler()
Returns the action click event handler instance.ActionClickEventHandler
ToastItemAction. getClickEventHandler()
Returns the action click event handler instance.Constructors in org.pepstock.charba.client.utils.toast with parameters of type ActionClickEventHandler Constructor Description ActionItem(String id, String content, ActionClickEventHandler handler)
Creates the action with the id of the action, the content to show on the toast and the handler to invoke when the user will click on the action.ActionItem(String content, ActionClickEventHandler handler)
Creates the action with the content to show on the toast and the handler to invoke when the user will click on the action.
The id of the action has been created automatically.ActionItem(Key id, String content, ActionClickEventHandler handler)
Creates the action with the id of the action, the content to show on the toast and the handler to invoke when the user will click on the action.ActionItem(Key id, ActionClickEventHandler handler)
Creates the action with the id of the toast and the handler to invoke when the user will click on the action.
The content is the value of the id.
-