public class Hamlet.DL<T extends HamletSpec._> extends HamletImpl.EImp<T> implements HamletSpec.DL
Constructor and Description |
---|
DL(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts) |
Modifier and Type | Method and Description |
---|---|
Hamlet.DL<T> |
$class(String value)
space-separated list of classes
|
Hamlet.DL<T> |
$dir(HamletSpec.Dir value)
direction for weak/neutral text
|
Hamlet.DL<T> |
$id(String value)
document-wide unique id
|
Hamlet.DL<T> |
$lang(String value)
language code
|
Hamlet.DL<T> |
$onclick(String value)
a pointer button was clicked
|
Hamlet.DL<T> |
$ondblclick(String value)
a pointer button was double clicked
|
Hamlet.DL<T> |
$onkeydown(String value)
a key was pressed down
|
Hamlet.DL<T> |
$onkeypress(String value)
a key was pressed and released
|
Hamlet.DL<T> |
$onkeyup(String value)
a key was released
|
Hamlet.DL<T> |
$onmousedown(String value)
a pointer button was pressed down
|
Hamlet.DL<T> |
$onmousemove(String value)
a pointer was moved within
|
Hamlet.DL<T> |
$onmouseout(String value)
a pointer was moved away
|
Hamlet.DL<T> |
$onmouseover(String value)
a pointer was moved onto
|
Hamlet.DL<T> |
$onmouseup(String value)
a pointer button was released
|
Hamlet.DL<T> |
$style(String value)
associated style info
|
Hamlet.DL<T> |
$title(String value)
advisory title
|
Hamlet.DD<Hamlet.DL<T>> |
dd()
Add a DD (definition/description) element.
|
Hamlet.DL<T> |
dd(String cdata)
Add a complete DD element.
|
Hamlet.DT<Hamlet.DL<T>> |
dt()
Add a DT (term of the item) element.
|
Hamlet.DL<T> |
dt(String cdata)
Add a complete DT element.
|
_, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_
public DL(String name, T parent, EnumSet<HamletImpl.EOpt> opts)
public Hamlet.DL<T> $id(String value)
HamletSpec.CoreAttrs
$id
in interface HamletSpec.CoreAttrs
value
- the idpublic Hamlet.DL<T> $class(String value)
HamletSpec.CoreAttrs
$class
in interface HamletSpec.CoreAttrs
value
- the classespublic Hamlet.DL<T> $title(String value)
HamletSpec.CoreAttrs
$title
in interface HamletSpec.CoreAttrs
value
- the titlepublic Hamlet.DL<T> $style(String value)
HamletSpec.CoreAttrs
$style
in interface HamletSpec.CoreAttrs
value
- the stylepublic Hamlet.DL<T> $lang(String value)
HamletSpec.I18nAttrs
$lang
in interface HamletSpec.I18nAttrs
value
- the codepublic Hamlet.DL<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs
$dir
in interface HamletSpec.I18nAttrs
value
- the HamletSpec.Dir
valuepublic Hamlet.DL<T> $onclick(String value)
HamletSpec.EventsAttrs
$onclick
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $ondblclick(String value)
HamletSpec.EventsAttrs
$ondblclick
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onmousedown(String value)
HamletSpec.EventsAttrs
$onmousedown
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onmouseup(String value)
HamletSpec.EventsAttrs
$onmouseup
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onmouseover(String value)
HamletSpec.EventsAttrs
$onmouseover
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onmousemove(String value)
HamletSpec.EventsAttrs
$onmousemove
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onmouseout(String value)
HamletSpec.EventsAttrs
$onmouseout
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onkeypress(String value)
HamletSpec.EventsAttrs
$onkeypress
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onkeydown(String value)
HamletSpec.EventsAttrs
$onkeydown
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DL<T> $onkeyup(String value)
HamletSpec.EventsAttrs
$onkeyup
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.DT<Hamlet.DL<T>> dt()
HamletSpec._Dl
dt
in interface HamletSpec._Dl
public Hamlet.DL<T> dt(String cdata)
HamletSpec._Dl
dt
in interface HamletSpec._Dl
cdata
- the contentpublic Hamlet.DD<Hamlet.DL<T>> dd()
HamletSpec._Dl
dd
in interface HamletSpec._Dl
public Hamlet.DL<T> dd(String cdata)
HamletSpec._Dl
dd
in interface HamletSpec._Dl
cdata
- the contentCopyright © 2008–2019 Apache Software Foundation. All rights reserved.