|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasNodeClickHandlers
Method Summary | |
---|---|
HandlerRegistration |
addNodeClickHandler(NodeClickHandler handler)
This method is called when a leaf or folder record is clicked on. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addNodeClickHandler(NodeClickHandler handler)
nodeClick()
and e.g. TreeGrid.addLeafClickHandler(com.smartgwt.client.widgets.tree.events.LeafClickHandler)
, then both will
fire (in that order) if a leaf is clicked on.
handler
- the nodeClick handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |