HamletSpec.__, HamletSpec._Child, HamletSpec._Table, HamletSpec._TableCol, HamletSpec._TableRow, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrs, HamletSpec.TABLEpublic class Hamlet.TABLE<T extends HamletSpec.__> extends HamletImpl.EImp<T> implements HamletSpec.TABLE
| Constructor | Description |
|---|---|
TABLE(java.lang.String name,
T parent,
java.util.EnumSet<HamletImpl.EOpt> opts) |
| Modifier and Type | Method | Description |
|---|---|---|
Hamlet.TABLE<T> |
$class(java.lang.String value) |
space-separated list of classes
|
Hamlet.TABLE<T> |
$dir(HamletSpec.Dir value) |
direction for weak/neutral text
|
Hamlet.TABLE<T> |
$id(java.lang.String value) |
document-wide unique id
|
Hamlet.TABLE<T> |
$lang(java.lang.String value) |
language code
|
Hamlet.TABLE<T> |
$onclick(java.lang.String value) |
a pointer button was clicked
|
Hamlet.TABLE<T> |
$ondblclick(java.lang.String value) |
a pointer button was double clicked
|
Hamlet.TABLE<T> |
$onkeydown(java.lang.String value) |
a key was pressed down
|
Hamlet.TABLE<T> |
$onkeypress(java.lang.String value) |
a key was pressed and released
|
Hamlet.TABLE<T> |
$onkeyup(java.lang.String value) |
a key was released
|
Hamlet.TABLE<T> |
$onmousedown(java.lang.String value) |
a pointer button was pressed down
|
Hamlet.TABLE<T> |
$onmousemove(java.lang.String value) |
a pointer was moved within
|
Hamlet.TABLE<T> |
$onmouseout(java.lang.String value) |
a pointer was moved away
|
Hamlet.TABLE<T> |
$onmouseover(java.lang.String value) |
a pointer was moved onto
|
Hamlet.TABLE<T> |
$onmouseup(java.lang.String value) |
a pointer button was released
|
Hamlet.TABLE<T> |
$style(java.lang.String value) |
associated style info
|
Hamlet.TABLE<T> |
$title(java.lang.String value) |
advisory title
|
Hamlet.CAPTION<Hamlet.TABLE<T>> |
caption() |
Add a CAPTION element.
|
Hamlet.TABLE<T> |
caption(java.lang.String cdata) |
Add a CAPTION element.
|
Hamlet.COL<Hamlet.TABLE<T>> |
col() |
Add a COL element.
|
Hamlet.TABLE<T> |
col(java.lang.String selector) |
Add a COL element.
|
Hamlet.COLGROUP<Hamlet.TABLE<T>> |
colgroup() |
Add a COLGROPU element.
|
Hamlet.TBODY<Hamlet.TABLE<T>> |
tbody() |
Add a tbody (table body) element.
|
Hamlet.TBODY<Hamlet.TABLE<T>> |
tbody(java.lang.String selector) |
Add a TBODY element.
|
Hamlet.TFOOT<Hamlet.TABLE<T>> |
tfoot() |
Add a TFOOT element.
|
Hamlet.TFOOT<Hamlet.TABLE<T>> |
tfoot(java.lang.String selector) |
Add a TFOOT element.
|
Hamlet.THEAD<Hamlet.TABLE<T>> |
thead() |
Add a THEAD element.
|
Hamlet.THEAD<Hamlet.TABLE<T>> |
thead(java.lang.String selector) |
Add a THEAD element.
|
Hamlet.TR<Hamlet.TABLE<T>> |
tr() |
Add a TR (table row) element.
|
Hamlet.TR<Hamlet.TABLE<T>> |
tr(java.lang.String selector) |
Add a TR element.
|
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__public TABLE(java.lang.String name,
T parent,
java.util.EnumSet<HamletImpl.EOpt> opts)
public Hamlet.TABLE<T> $id(java.lang.String value)
HamletSpec.CoreAttrs$id in interface HamletSpec.CoreAttrsvalue - the idpublic Hamlet.TABLE<T> $class(java.lang.String value)
HamletSpec.CoreAttrs$class in interface HamletSpec.CoreAttrsvalue - the classespublic Hamlet.TABLE<T> $title(java.lang.String value)
HamletSpec.CoreAttrs$title in interface HamletSpec.CoreAttrsvalue - the titlepublic Hamlet.TABLE<T> $style(java.lang.String value)
HamletSpec.CoreAttrs$style in interface HamletSpec.CoreAttrsvalue - the stylepublic Hamlet.TABLE<T> $lang(java.lang.String value)
HamletSpec.I18nAttrs$lang in interface HamletSpec.I18nAttrsvalue - the codepublic Hamlet.TABLE<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs$dir in interface HamletSpec.I18nAttrsvalue - the HamletSpec.Dir valuepublic Hamlet.TABLE<T> $onclick(java.lang.String value)
HamletSpec.EventsAttrs$onclick in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $ondblclick(java.lang.String value)
HamletSpec.EventsAttrs$ondblclick in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onmousedown(java.lang.String value)
HamletSpec.EventsAttrs$onmousedown in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onmouseup(java.lang.String value)
HamletSpec.EventsAttrs$onmouseup in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onmouseover(java.lang.String value)
HamletSpec.EventsAttrs$onmouseover in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onmousemove(java.lang.String value)
HamletSpec.EventsAttrs$onmousemove in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onmouseout(java.lang.String value)
HamletSpec.EventsAttrs$onmouseout in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onkeypress(java.lang.String value)
HamletSpec.EventsAttrs$onkeypress in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onkeydown(java.lang.String value)
HamletSpec.EventsAttrs$onkeydown in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> $onkeyup(java.lang.String value)
HamletSpec.EventsAttrs$onkeyup in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TABLE<T> caption(java.lang.String cdata)
HamletSpec._Tablecaption in interface HamletSpec._Tablecdata - the content of the element.public Hamlet.CAPTION<Hamlet.TABLE<T>> caption()
HamletSpec._Tablecaption in interface HamletSpec._Tablepublic Hamlet.COLGROUP<Hamlet.TABLE<T>> colgroup()
HamletSpec._Tablecolgroup in interface HamletSpec._Tablepublic Hamlet.THEAD<Hamlet.TABLE<T>> thead(java.lang.String selector)
HamletSpec._Tablethead in interface HamletSpec._Tableselector - the css selector in the form of (#id)*(.class)*public Hamlet.THEAD<Hamlet.TABLE<T>> thead()
HamletSpec._Tablethead in interface HamletSpec._Tablepublic Hamlet.TFOOT<Hamlet.TABLE<T>> tfoot()
HamletSpec._Tabletfoot in interface HamletSpec._Tablepublic Hamlet.TFOOT<Hamlet.TABLE<T>> tfoot(java.lang.String selector)
HamletSpec._Tabletfoot in interface HamletSpec._Tableselector - the css selector in the form of (#id)*(.class)*public Hamlet.TBODY<Hamlet.TABLE<T>> tbody()
HamletSpec._Tabletbody in interface HamletSpec._Tablepublic Hamlet.TBODY<Hamlet.TABLE<T>> tbody(java.lang.String selector)
HamletSpec._Tabletbody in interface HamletSpec._Tableselector - the css selector in the form of (#id)*(.class)*public Hamlet.TR<Hamlet.TABLE<T>> tr()
HamletSpec._TableRowtr in interface HamletSpec._TableRowpublic Hamlet.TR<Hamlet.TABLE<T>> tr(java.lang.String selector)
HamletSpec._TableRowtr in interface HamletSpec._TableRowselector - the css selector in the form of (#id)*(.class)*public Hamlet.COL<Hamlet.TABLE<T>> col()
HamletSpec._TableColcol in interface HamletSpec._TableColpublic Hamlet.TABLE<T> col(java.lang.String selector)
HamletSpec._TableColcol in interface HamletSpec._TableColselector - the css selector in the form of (#id)*(.class)*Copyright © 2008–2025 Apache Software Foundation. All rights reserved.