|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.webapp.hamlet.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet.Hamlet.TABLE<T>
public class Hamlet.TABLE<T extends HamletSpec._>
| Constructor Summary | |
|---|---|
Hamlet.TABLE(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts)
|
|
| Method Summary | |
|---|---|
Hamlet.TABLE<T> |
$class(String value)
space-separated list of classes |
Hamlet.TABLE<T> |
$dir(HamletSpec.Dir value)
direction for weak/neutral text |
Hamlet.TABLE<T> |
$id(String value)
document-wide unique id |
Hamlet.TABLE<T> |
$lang(String value)
language code |
Hamlet.TABLE<T> |
$onclick(String value)
a pointer button was clicked |
Hamlet.TABLE<T> |
$ondblclick(String value)
a pointer button was double clicked |
Hamlet.TABLE<T> |
$onkeydown(String value)
a key was pressed down |
Hamlet.TABLE<T> |
$onkeypress(String value)
a key was pressed and released |
Hamlet.TABLE<T> |
$onkeyup(String value)
a key was released |
Hamlet.TABLE<T> |
$onmousedown(String value)
a pointer button was pressed down |
Hamlet.TABLE<T> |
$onmousemove(String value)
a pointer was moved within |
Hamlet.TABLE<T> |
$onmouseout(String value)
a pointer was moved away |
Hamlet.TABLE<T> |
$onmouseover(String value)
a pointer was moved onto |
Hamlet.TABLE<T> |
$onmouseup(String value)
a pointer button was released |
Hamlet.TABLE<T> |
$style(String value)
associated style info |
Hamlet.TABLE<T> |
$title(String value)
advisory title |
Hamlet.CAPTION<Hamlet.TABLE<T>> |
caption()
Add a CAPTION element. |
Hamlet.TABLE<T> |
caption(String cdata)
Add a CAPTION element. |
Hamlet.COL<Hamlet.TABLE<T>> |
col()
Add a COL element. |
Hamlet.TABLE<T> |
col(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(String selector)
Add a TBODY element. |
Hamlet.TFOOT<Hamlet.TABLE<T>> |
tfoot()
Add a TFOOT element. |
Hamlet.TFOOT<Hamlet.TABLE<T>> |
tfoot(String selector)
Add a TFOOT element. |
Hamlet.THEAD<Hamlet.TABLE<T>> |
thead()
Add a THEAD element. |
Hamlet.THEAD<Hamlet.TABLE<T>> |
thead(String selector)
Add a THEAD element. |
Hamlet.TR<Hamlet.TABLE<T>> |
tr()
Add a TR (table row) element. |
Hamlet.TR<Hamlet.TABLE<T>> |
tr(String selector)
Add a TR element. |
| Methods inherited from class org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.EImp |
|---|
_, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Constructor Detail |
|---|
public Hamlet.TABLE(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts)
| Method Detail |
|---|
public Hamlet.TABLE<T> $id(String value)
HamletSpec.CoreAttrs
$id in interface HamletSpec.CoreAttrsvalue - the id
public Hamlet.TABLE<T> $class(String value)
HamletSpec.CoreAttrs
$class in interface HamletSpec.CoreAttrsvalue - the classes
public Hamlet.TABLE<T> $title(String value)
HamletSpec.CoreAttrs
$title in interface HamletSpec.CoreAttrsvalue - the title
public Hamlet.TABLE<T> $style(String value)
HamletSpec.CoreAttrs
$style in interface HamletSpec.CoreAttrsvalue - the style
public Hamlet.TABLE<T> $lang(String value)
HamletSpec.I18nAttrs
$lang in interface HamletSpec.I18nAttrsvalue - the code
public Hamlet.TABLE<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs
$dir in interface HamletSpec.I18nAttrsvalue - the HamletSpec.Dir value
public Hamlet.TABLE<T> $onclick(String value)
HamletSpec.EventsAttrs
$onclick in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $ondblclick(String value)
HamletSpec.EventsAttrs
$ondblclick in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onmousedown(String value)
HamletSpec.EventsAttrs
$onmousedown in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onmouseup(String value)
HamletSpec.EventsAttrs
$onmouseup in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onmouseover(String value)
HamletSpec.EventsAttrs
$onmouseover in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onmousemove(String value)
HamletSpec.EventsAttrs
$onmousemove in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onmouseout(String value)
HamletSpec.EventsAttrs
$onmouseout in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onkeypress(String value)
HamletSpec.EventsAttrs
$onkeypress in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onkeydown(String value)
HamletSpec.EventsAttrs
$onkeydown in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> $onkeyup(String value)
HamletSpec.EventsAttrs
$onkeyup in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.TABLE<T> caption(String cdata)
HamletSpec._Table
caption in interface HamletSpec._Tablepublic Hamlet.CAPTION<Hamlet.TABLE<T>> caption()
HamletSpec._Table
caption in interface HamletSpec._Tablepublic Hamlet.COLGROUP<Hamlet.TABLE<T>> colgroup()
HamletSpec._Table
colgroup in interface HamletSpec._Tablepublic Hamlet.THEAD<Hamlet.TABLE<T>> thead(String selector)
HamletSpec._Table
thead in interface HamletSpec._Tableselector - the css selector in the form of (#id)*(.class)*
public Hamlet.THEAD<Hamlet.TABLE<T>> thead()
HamletSpec._Table
thead in interface HamletSpec._Tablepublic Hamlet.TFOOT<Hamlet.TABLE<T>> tfoot()
HamletSpec._Table
tfoot in interface HamletSpec._Tablepublic Hamlet.TFOOT<Hamlet.TABLE<T>> tfoot(String selector)
HamletSpec._Table
tfoot in interface HamletSpec._Tableselector - the css selector in the form of (#id)*(.class)*
public Hamlet.TBODY<Hamlet.TABLE<T>> tbody()
HamletSpec._Table
tbody in interface HamletSpec._Tablepublic Hamlet.TBODY<Hamlet.TABLE<T>> tbody(String selector)
HamletSpec._Table
tbody in interface HamletSpec._Tableselector - the css selector in the form of (#id)*(.class)*
public Hamlet.TR<Hamlet.TABLE<T>> tr()
HamletSpec._TableRow
tr in interface HamletSpec._TableRowpublic Hamlet.TR<Hamlet.TABLE<T>> tr(String selector)
HamletSpec._TableRow
tr in interface HamletSpec._TableRowselector - the css selector in the form of (#id)*(.class)*
public Hamlet.COL<Hamlet.TABLE<T>> col()
HamletSpec._TableCol
col in interface HamletSpec._TableColpublic Hamlet.TABLE<T> col(String selector)
HamletSpec._TableCol
col in interface HamletSpec._TableColselector - the css selector in the form of (#id)*(.class)*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||