| Package | Description |
|---|---|
| lazyj.widgets |
This package is a collection of useful HTML helper objects.
|
| Class and Description |
|---|
| DBOptionList
Get a list of option based on a simple query.
|
| DBTreeProvider
Implementation of
TreeProvider that takes a database query as argument. |
| Option
Each option is identified by a key (unique or not) and a value that is to be displayed.
|
| OptionFormatter
Implement this interface to be able to process yourself each Option.
|
| OptionProvider
Simple interface implemented by all the classes that can provide a list of options.
|
| Tree
Generic tree object.
|
| TreeProvider
Provide nodes for the
Tree. |