public class Hamlet.TR<T extends HamletSpec._> extends HamletImpl.EImp<T> implements HamletSpec.TR
| Constructor and Description | 
|---|
| TR(String name,
  T parent,
  EnumSet<HamletImpl.EOpt> opts) | 
| Modifier and Type | Method and Description | 
|---|---|
| Hamlet.TR<T> | $class(String value)space-separated list of classes | 
| Hamlet.TR<T> | $dir(HamletSpec.Dir value)direction for weak/neutral text | 
| Hamlet.TR<T> | $id(String value)document-wide unique id | 
| Hamlet.TR<T> | $lang(String value)language code | 
| Hamlet.TR<T> | $onclick(String value)a pointer button was clicked | 
| Hamlet.TR<T> | $ondblclick(String value)a pointer button was double clicked | 
| Hamlet.TR<T> | $onkeydown(String value)a key was pressed down | 
| Hamlet.TR<T> | $onkeypress(String value)a key was pressed and released | 
| Hamlet.TR<T> | $onkeyup(String value)a key was released | 
| Hamlet.TR<T> | $onmousedown(String value)a pointer button was pressed down | 
| Hamlet.TR<T> | $onmousemove(String value)a pointer was moved within | 
| Hamlet.TR<T> | $onmouseout(String value)a pointer was moved away | 
| Hamlet.TR<T> | $onmouseover(String value)a pointer was moved onto | 
| Hamlet.TR<T> | $onmouseup(String value)a pointer button was released | 
| Hamlet.TR<T> | $style(String value)associated style info | 
| Hamlet.TR<T> | $title(String value)advisory title | 
| Hamlet.TD<Hamlet.TR<T>> | td()Add a TD element. | 
| Hamlet.TR<T> | td(String cdata)Add a TD element. | 
| Hamlet.TR<T> | td(String selector,
  String cdata)Add a TD element. | 
| Hamlet.TH<Hamlet.TR<T>> | th()Add a TH element. | 
| Hamlet.TR<T> | th(String cdata)Add a complete TH element. | 
| Hamlet.TR<T> | th(String selector,
  String cdata)Add a TH element. | 
| Hamlet.TR<T> | th(String selector,
  String title,
  String cdata) | 
_, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_public TR(String name, T parent, EnumSet<HamletImpl.EOpt> opts)
public Hamlet.TR<T> $id(String value)
HamletSpec.CoreAttrs$id in interface HamletSpec.CoreAttrsvalue - the idpublic Hamlet.TR<T> $class(String value)
HamletSpec.CoreAttrs$class in interface HamletSpec.CoreAttrsvalue - the classespublic Hamlet.TR<T> $title(String value)
HamletSpec.CoreAttrs$title in interface HamletSpec.CoreAttrsvalue - the titlepublic Hamlet.TR<T> $style(String value)
HamletSpec.CoreAttrs$style in interface HamletSpec.CoreAttrsvalue - the stylepublic Hamlet.TR<T> $lang(String value)
HamletSpec.I18nAttrs$lang in interface HamletSpec.I18nAttrsvalue - the codepublic Hamlet.TR<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs$dir in interface HamletSpec.I18nAttrsvalue - the HamletSpec.Dir valuepublic Hamlet.TR<T> $onclick(String value)
HamletSpec.EventsAttrs$onclick in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $ondblclick(String value)
HamletSpec.EventsAttrs$ondblclick in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onmousedown(String value)
HamletSpec.EventsAttrs$onmousedown in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onmouseup(String value)
HamletSpec.EventsAttrs$onmouseup in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onmouseover(String value)
HamletSpec.EventsAttrs$onmouseover in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onmousemove(String value)
HamletSpec.EventsAttrs$onmousemove in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onmouseout(String value)
HamletSpec.EventsAttrs$onmouseout in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onkeypress(String value)
HamletSpec.EventsAttrs$onkeypress in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onkeydown(String value)
HamletSpec.EventsAttrs$onkeydown in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TR<T> $onkeyup(String value)
HamletSpec.EventsAttrs$onkeyup in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.TH<Hamlet.TR<T>> th()
HamletSpec._Trth in interface HamletSpec._Trpublic Hamlet.TR<T> th(String cdata)
HamletSpec._Trth in interface HamletSpec._Trcdata - the contentpublic Hamlet.TR<T> th(String selector, String cdata)
HamletSpec._Trth in interface HamletSpec._Trselector - the css selector in the form of (#id)*(.class)*cdata - the contentpublic Hamlet.TD<Hamlet.TR<T>> td()
HamletSpec._Trtd in interface HamletSpec._Trpublic Hamlet.TR<T> td(String cdata)
HamletSpec._Trtd in interface HamletSpec._Trcdata - the contentpublic Hamlet.TR<T> td(String selector, String cdata)
HamletSpec._Trtd in interface HamletSpec._Trselector - the css selector in the form of (#id)*(.class)*cdata - the contentCopyright © 2008–2023 Apache Software Foundation. All rights reserved.