|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CancelableNodeClickHandler
@author Gregory Dougherty
| Method Summary | |
|---|---|
void |
onNodeClick(com.smartgwt.client.widgets.tree.events.NodeClickEvent event,
boolean cancel)
This method is for when a node click needs to be unrolled, because the click called for changes to be saved, and the user cancelled the save process. |
| Methods inherited from interface com.smartgwt.client.widgets.tree.events.NodeClickHandler |
|---|
onNodeClick |
| Method Detail |
|---|
void onNodeClick(com.smartgwt.client.widgets.tree.events.NodeClickEvent event,
boolean cancel)
nodeClick() and e.g. TreeGrid.leafClick, then both will fire (in that order) if a leaf is clicked on.
event - the eventcancel - True if need to cancel the event, false if event should be processed normally
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||