Package | Description |
---|---|
lazyj.widgets |
This package is a collection of useful HTML helper objects.
|
Constructor and Description |
---|
Select(java.util.Collection<Option<K,V>> options,
java.util.Set<K> selected,
java.lang.String sIndent,
BasePage pOption,
OptionFormatter formatter)
Build the list of options from a collection, selecting by default the elements that show up in the set,
indenting options that have level>0 with some string.
|