|
||||||||||
| 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.AREA<T>
public class Hamlet.AREA<T extends HamletSpec._>
| Constructor Summary | |
|---|---|
Hamlet.AREA(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts)
|
|
| Method Summary | |
|---|---|
Hamlet.AREA<T> |
$accesskey(String value)
accessibility key character |
Hamlet.AREA<T> |
$alt(String value)
short description |
Hamlet.AREA<T> |
$class(String value)
space-separated list of classes |
Hamlet.AREA<T> |
$coords(String value)
comma-separated list of lengths |
Hamlet.AREA<T> |
$dir(HamletSpec.Dir value)
direction for weak/neutral text |
Hamlet.AREA<T> |
$href(String value)
URI for linked resource |
Hamlet.AREA<T> |
$id(String value)
document-wide unique id |
Hamlet.AREA<T> |
$lang(String value)
language code |
Hamlet.AREA<T> |
$onblur(String value)
the element lost the focus |
Hamlet.AREA<T> |
$onclick(String value)
a pointer button was clicked |
Hamlet.AREA<T> |
$ondblclick(String value)
a pointer button was double clicked |
Hamlet.AREA<T> |
$onfocus(String value)
the element got the focus |
Hamlet.AREA<T> |
$onkeydown(String value)
a key was pressed down |
Hamlet.AREA<T> |
$onkeypress(String value)
a key was pressed and released |
Hamlet.AREA<T> |
$onkeyup(String value)
a key was released |
Hamlet.AREA<T> |
$onmousedown(String value)
a pointer button was pressed down |
Hamlet.AREA<T> |
$onmousemove(String value)
a pointer was moved within |
Hamlet.AREA<T> |
$onmouseout(String value)
a pointer was moved away |
Hamlet.AREA<T> |
$onmouseover(String value)
a pointer was moved onto |
Hamlet.AREA<T> |
$onmouseup(String value)
a pointer button was released |
Hamlet.AREA<T> |
$shape(HamletSpec.Shape value)
controls interpretation of coords |
Hamlet.AREA<T> |
$style(String value)
associated style info |
Hamlet.AREA<T> |
$tabindex(int value)
position in tabbing order |
Hamlet.AREA<T> |
$title(String value)
advisory title |
| 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.AREA(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts)
| Method Detail |
|---|
public Hamlet.AREA<T> $href(String value)
HamletSpec.AREA
$href in interface HamletSpec.AREAvalue - the URI
public Hamlet.AREA<T> $tabindex(int value)
HamletSpec.AREA
$tabindex in interface HamletSpec.AREAvalue - of the order
public Hamlet.AREA<T> $accesskey(String value)
HamletSpec.AREA
$accesskey in interface HamletSpec.AREAvalue - the key
public Hamlet.AREA<T> $onfocus(String value)
HamletSpec.AREA
$onfocus in interface HamletSpec.AREAvalue - to invoke
public Hamlet.AREA<T> $onblur(String value)
HamletSpec.AREA
$onblur in interface HamletSpec.AREAvalue - to invoke
public Hamlet.AREA<T> $alt(String value)
HamletSpec.AREA
$alt in interface HamletSpec.AREAvalue - the description
public Hamlet.AREA<T> $shape(HamletSpec.Shape value)
HamletSpec.AREA
$shape in interface HamletSpec.AREAvalue - of the area
public Hamlet.AREA<T> $coords(String value)
HamletSpec.AREA
$coords in interface HamletSpec.AREAvalue - coords of the area
public Hamlet.AREA<T> $id(String value)
HamletSpec.CoreAttrs
$id in interface HamletSpec.CoreAttrsvalue - the id
public Hamlet.AREA<T> $class(String value)
HamletSpec.CoreAttrs
$class in interface HamletSpec.CoreAttrsvalue - the classes
public Hamlet.AREA<T> $title(String value)
HamletSpec.CoreAttrs
$title in interface HamletSpec.CoreAttrsvalue - the title
public Hamlet.AREA<T> $style(String value)
HamletSpec.CoreAttrs
$style in interface HamletSpec.CoreAttrsvalue - the style
public Hamlet.AREA<T> $lang(String value)
HamletSpec.I18nAttrs
$lang in interface HamletSpec.I18nAttrsvalue - the code
public Hamlet.AREA<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs
$dir in interface HamletSpec.I18nAttrsvalue - the HamletSpec.Dir value
public Hamlet.AREA<T> $onclick(String value)
HamletSpec.EventsAttrs
$onclick in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $ondblclick(String value)
HamletSpec.EventsAttrs
$ondblclick in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onmousedown(String value)
HamletSpec.EventsAttrs
$onmousedown in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onmouseup(String value)
HamletSpec.EventsAttrs
$onmouseup in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onmouseover(String value)
HamletSpec.EventsAttrs
$onmouseover in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onmousemove(String value)
HamletSpec.EventsAttrs
$onmousemove in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onmouseout(String value)
HamletSpec.EventsAttrs
$onmouseout in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onkeypress(String value)
HamletSpec.EventsAttrs
$onkeypress in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onkeydown(String value)
HamletSpec.EventsAttrs
$onkeydown in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.AREA<T> $onkeyup(String value)
HamletSpec.EventsAttrs
$onkeyup in interface HamletSpec.EventsAttrsvalue - the script
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||