|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
M - the ModelData of the models being returned by the
loaderpublic interface TreeLoader<M extends ModelData>
A Loader for trees.
| Field Summary |
|---|
| Fields inherited from interface com.extjs.gxt.ui.client.data.Loader |
|---|
BeforeLoad, Load, LoadException |
| Method Summary | |
|---|---|
boolean |
hasChildren(M parent)
Returns whether the given model has children. |
boolean |
loadChildren(M parent)
Initiates a load request for the parent's children. |
| Methods inherited from interface com.extjs.gxt.ui.client.data.Loader |
|---|
addLoadListener, load, load, removeLoadListener |
| Methods inherited from interface com.extjs.gxt.ui.client.event.Observable |
|---|
addListener, fireEvent, getListeners, hasListeners, hasListeners, removeAllListeners, removeListener |
| Method Detail |
|---|
boolean hasChildren(M parent)
parent - the parent model
boolean loadChildren(M parent)
parent - the parent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||