Package | Description |
---|---|
lazyj.widgets |
This package is a collection of useful HTML helper objects.
|
Modifier and Type | Method and Description |
---|---|
static Tree<java.lang.Integer,java.lang.String> |
Tree.getDefaultTree(DBFunctions db)
Build a tree upon a simple query that has ID on the first column, parent ID on the second, and value
to be displayed on the third.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tree<K,V>> |
Tree.getChildren()
List of children.
|