|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasFolderOpenedHandlers
Method Summary | |
---|---|
HandlerRegistration |
addFolderOpenedHandler(FolderOpenedHandler handler)
This method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or via com.smartgwt.client.widgets.tree.TreeGrid#openFolder . |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addFolderOpenedHandler(FolderOpenedHandler handler)
com.smartgwt.client.widgets.tree.TreeGrid#openFolder
. You can return
false
to cancel the open.
handler
- the folderOpened handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |