public interface LazyLoader
LazyLoader
is used to load elements lazily for TTree
component.Modifier and Type | Method and Description |
---|---|
boolean |
isLeaf(Element element)
Return true if the element has no child, false otherwise.
|
boolean |
isLoaded(Element element)
Return true if the element is loaded, false otherwise.
|
void |
load(Element element)
Loads the element's children data.
|
void load(Element element)
element
- the element to be loaded.boolean isLoaded(Element element)
element
- the element to be checked.boolean isLeaf(Element element)
element
- the element to be checked.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.