|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasDataArrivedHandlers
Method Summary | |
---|---|
HandlerRegistration |
addDataArrivedHandler(DataArrivedHandler handler)
Notification method fired whenever this TreeGrid recieves new data nodes from the dataSource. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
data
is a
com.smartgwt.client..ResultTree
- either explicitly created and applied via TreeGrid.setData(com.smartgwt.client.widgets.tree.Tree)
or
automatically generated via a TreeGrid.fetchData()
call.
handler
- the dataArrived handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |