Uses of Class
lazyj.page.BasePage

Packages that use BasePage
lazyj.page The template framework. 
lazyj.widgets This package is a collection of useful HTML helper objects. 
 

Uses of BasePage in lazyj.page
 

Subclasses of BasePage in lazyj.page
 class ModulePage
          Wrapper class for HTML templates loaded from modules.
 

Methods in lazyj.page that return BasePage
static BasePage BasePage.getPage(java.lang.String sTemplate)
          Create a page based on a predefined template.
 

Uses of BasePage in lazyj.widgets
 

Methods in lazyj.widgets with parameters of type BasePage
 void OptionFormatter.formatOption(Option<?,?> option, BasePage p)
          Callback function that further processes each Option.
 

Constructors in lazyj.widgets with parameters of type BasePage
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.