| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.dao |
| Modifier and Type | Method and Description |
|---|---|
List<TreeNodeBean> |
TreeService.getChildren(String loadUrl)
Gets All of the immediate children of a node represented by its LoadURL.
|
List<TreeNodeBean> |
TreeService.getChildren(String loadUrl,
int start)
Gets All of the immediate children of a node from start represented by its LoadURL.
|
List<TreeNodeBean> |
TreeService.getRoots(List<String> tabs)
Builds a list of tree nodes representing tree tabs.
|
| Modifier and Type | Method and Description |
|---|---|
List<TreeNodeBean> |
TreeDao.getChildrenNodes(String loadUrl)
Returns a list of tree nodes containing data for the children of a tree
node using its load URL.
|