Interface NodeClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonNodeClick(NodeClickEvent event) This method is called when a leaf or folder record is clicked on. 
- 
Method Details
- 
onNodeClick
This method is called when a leaf or folder record is clicked on. Note that if you set up a callback fornodeClick()and e.g.TreeGrid.leafClick(), then both will fire (in that order) if a leaf is clicked on.- Parameters:
 event- the event
 
 -