Uses of Interface
com.jbstrap.ui.components.treeview.interfaces.TreeviewNodeClickEvent
Packages that use TreeviewNodeClickEvent
-
Uses of TreeviewNodeClickEvent in com.jbstrap.ui.components.treeview
Methods in com.jbstrap.ui.components.treeview that return TreeviewNodeClickEventModifier and TypeMethodDescriptionfinal TreeviewNodeClickEvent
Treeview.getNodeClickHandler()
Gets the event handler associated with clicking on a node.Methods in com.jbstrap.ui.components.treeview with parameters of type TreeviewNodeClickEventModifier and TypeMethodDescriptionfinal Treeview
Treeview.setNodeClickHandler
(TreeviewNodeClickEvent handler) Sets the implementation of the event handler associated with clicking on a node.