Uses of Interface
com.jbstrap.core.event.handlers.dom.ClickEventHandler
Package
Description
-
Uses of ClickEventHandler in com.jbstrap.ui
Modifier and TypeMethodDescriptiondefault T
Clickable.addClickHandler
(ClickEventHandler handler) Adds a single click event handler to the component. -
Uses of ClickEventHandler in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionToolbar.addButton
(ButtonType buttonType, Icon icon, String title, ClickEventHandler clickHandler) Adds a button component, with the specified style, icon, title and click handler to the toolbar.Toolbar.addButton
(Icon icon, String title, ClickEventHandler clickHandler) Adds a button component, with the specified icon, title and click handler, to the toolbar.Badge.addClickHandler
(ClickEventHandler handler) FileMiniature.addClickHandler
(ClickEventHandler handler) Adds a single click event handler to the component.final void
ContextMenu.addMenuItem
(Icon icon, String text, Object data, ClickEventHandler clickHandler) Adds a menu item to the context menu -
Uses of ClickEventHandler in com.jbstrap.ui.components.button
Modifier and TypeMethodDescriptionDropDownButton.addClickHandler
(ClickEventHandler handler) Adds a click event handler to the button.LoadButton.addClickHandler
(ClickEventHandler handler) Adds a single click event handler to the component.DropDownButton.addMenuItem
(Icon icon, String text, int hotKey, ClickEventHandler clickHandler) Adds a menu item with the specified icon, text, hot key and click handler to the button's drop down menufinal DropDownButton
DropDownButton.addMenuItem
(Icon icon, String text, ClickEventHandler handler) Adds a menu item with the specified icon, text and click handler to the button's drop down menu -
Uses of ClickEventHandler in com.jbstrap.ui.components.panels.tab
Modifier and TypeMethodDescriptionTab.addTabClickHandler
(int tabIndex, ClickEventHandler handler) Adds a tab page click handler (tab page change event) to the specified tab page.Tab.addTabClickHandler
(ClickEventHandler handler) Adds a tab page click handler (tab page change event). -
Uses of ClickEventHandler in com.jbstrap.ui.components.treeview