| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Html5.OBJECT | 
Html5._object()
Build element  
<object>. | 
default Html5.OBJECT | 
Html5._object(Object... children)
Build element  
<object> with children. | 
default Html5.OBJECT | 
Html5._object(Runnable code)
Build element  
<object>; with it as the context parent, run `code`. | 
Html5.OBJECT | 
Html5.OBJECT.archive(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.OBJECT | 
Html5.OBJECT.classid(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.OBJECT | 
Html5.OBJECT.codebase(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.OBJECT | 
Html5.OBJECT.codetype(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.OBJECT | 
Html5.OBJECT.data(CharSequence value)
Set attribute  
data="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.declare(boolean value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.OBJECT | 
Html5.OBJECT.form(CharSequence value)
Set attribute  
form="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.height(CharSequence value)
Deprecated. 
 
This attribute can only be `int` in html5; use method height(int) instead. 
 | 
Html5.OBJECT | 
Html5.OBJECT.height(int value)
Set attribute  
height="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.name(CharSequence value)
Set attribute  
name="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.standby(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.OBJECT | 
Html5.OBJECT.tabindex(int value)
Set attribute  
tabindex="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.type(CharSequence value)
Set attribute  
type="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.typemustmatch(boolean value)
Set boolean attribute  
typemustmatch. | 
Html5.OBJECT | 
Html5.OBJECT.usemap(CharSequence value)
Set attribute  
usemap="{value}". | 
Html5.OBJECT | 
Html5.OBJECT.width(CharSequence value)
Deprecated. 
 
This attribute can only be `int` in html5; use method width(int) instead. 
 | 
Html5.OBJECT | 
Html5.OBJECT.width(int value)
Set attribute  
width="{value}". |