| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class | 
Html5.SELECT
Html5 element  
<select>. | 
| Modifier and Type | Method and Description | 
|---|---|
default Html4.SELECT | 
Html4._select()
Build element  
<select>. | 
default Html4.SELECT | 
Html4._select(Object... children)
Build element  
<select> with children. | 
default Html4.SELECT | 
Html4._select(Runnable code)
Build element  
<select>; with it as the context parent, run `code`. | 
Html4.SELECT | 
Html4.SELECT.disabled(boolean value)
Set boolean attribute  
disabled. | 
Html4.SELECT | 
Html4.SELECT.multiple(boolean value)
Set boolean attribute  
multiple. | 
Html4.SELECT | 
Html4.SELECT.name(CharSequence value)
Set attribute  
name="{value}". | 
Html4.SELECT | 
Html4.SELECT.size(int value)
Set attribute  
size="{value}". | 
Html4.SELECT | 
Html4.SELECT.tabindex(int value)
Set attribute  
tabindex="{value}". |