Methods in org.enhydra.barracuda.config that return BSelect |
static BSelect |
ScreenUtil.getDebugLevelComp(ViewContext vc,
String compName,
int selectedIndex)
This method greats a typical debug level BSelect component |
static BSelect |
ScreenUtil.getDebugLevelComp2(ViewContext vc,
String compName,
Class cl)
This method creates a typical debug level BSelect component, using the new
Log4J options (Debug, Info, Warn, Error, Fatal) |
static BSelect |
ScreenUtil.getSelectComp(ViewContext vc,
String compName,
ListModel lm,
int selectedIndex)
This method greats a typical debug level BSelect component |