Package | Description |
---|---|
lazyj.page |
The template framework.
|
lazyj.widgets |
This package is a collection of useful HTML helper objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ModulePage
Wrapper class for HTML templates loaded from modules.
|
Modifier and Type | Method and Description |
---|---|
static BasePage |
BasePage.getPage(java.lang.String sTemplate)
Create a page based on a predefined template.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionFormatter.formatOption(Option<?,?> option,
BasePage p)
Callback function that further processes each Option.
|
Constructor and Description |
---|
Select(java.util.Collection<Option<K,V>> options,
java.util.Set<K> selected,
java.lang.String sIndent,
BasePage pOption)
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.
|
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.
|