Class Hamlet.AREA<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.AREA<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec.AREA,HamletSpec.Attrs,HamletSpec.CoreAttrs,HamletSpec.EventsAttrs,HamletSpec.I18nAttrs
- Enclosing class:
- Hamlet
public class Hamlet.AREA<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.AREA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$accesskey(String value) accessibility key charactershort descriptionspace-separated list of classescomma-separated list of lengths$dir(HamletSpec.Dir value) direction for weak/neutral textURI for linked resourcedocument-wide unique idlanguage codethe element lost the focusa pointer button was clicked$ondblclick(String value) a pointer button was double clickedthe element got the focus$onkeydown(String value) a key was pressed down$onkeypress(String value) a key was pressed and releaseda key was released$onmousedown(String value) a pointer button was pressed down$onmousemove(String value) a pointer was moved within$onmouseout(String value) a pointer was moved away$onmouseover(String value) a pointer was moved onto$onmouseup(String value) a pointer button was released$shape(HamletSpec.Shape value) controls interpretation of coordsassociated style info$tabindex(int value) position in tabbing orderadvisory titleMethods inherited from class org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__
-
Constructor Details
-
AREA
-
-
Method Details
-
$href
Description copied from interface:HamletSpec.AREAURI for linked resource- Specified by:
$hrefin interfaceHamletSpec.AREA- Parameters:
value- the URI- Returns:
- the current element builder
-
$tabindex
Description copied from interface:HamletSpec.AREAposition in tabbing order- Specified by:
$tabindexin interfaceHamletSpec.AREA- Parameters:
value- of the order- Returns:
- the current element builder
-
$accesskey
Description copied from interface:HamletSpec.AREAaccessibility key character- Specified by:
$accesskeyin interfaceHamletSpec.AREA- Parameters:
value- the key- Returns:
- the current element builder
-
$onfocus
Description copied from interface:HamletSpec.AREAthe element got the focus- Specified by:
$onfocusin interfaceHamletSpec.AREA- Parameters:
value- to invoke- Returns:
- the current element builder
-
$onblur
Description copied from interface:HamletSpec.AREAthe element lost the focus- Specified by:
$onblurin interfaceHamletSpec.AREA- Parameters:
value- to invoke- Returns:
- the current element builder
-
$alt
Description copied from interface:HamletSpec.AREAshort description- Specified by:
$altin interfaceHamletSpec.AREA- Parameters:
value- the description- Returns:
- the current element builder
-
$shape
Description copied from interface:HamletSpec.AREAcontrols interpretation of coords- Specified by:
$shapein interfaceHamletSpec.AREA- Parameters:
value- of the area- Returns:
- the current element builder
-
$coords
Description copied from interface:HamletSpec.AREAcomma-separated list of lengths- Specified by:
$coordsin interfaceHamletSpec.AREA- Parameters:
value- coords of the area- Returns:
- the current element builder
-
$id
Description copied from interface:HamletSpec.CoreAttrsdocument-wide unique id- Specified by:
$idin interfaceHamletSpec.CoreAttrs- Parameters:
value- the id- Returns:
- the current element builder
-
$class
Description copied from interface:HamletSpec.CoreAttrsspace-separated list of classes- Specified by:
$classin interfaceHamletSpec.CoreAttrs- Parameters:
value- the classes- Returns:
- the current element builder
-
$title
Description copied from interface:HamletSpec.CoreAttrsadvisory title- Specified by:
$titlein interfaceHamletSpec.CoreAttrs- Parameters:
value- the title- Returns:
- the current element builder
-
$style
Description copied from interface:HamletSpec.CoreAttrsassociated style info- Specified by:
$stylein interfaceHamletSpec.CoreAttrs- Parameters:
value- the style- Returns:
- the current element builder
-
$lang
Description copied from interface:HamletSpec.I18nAttrslanguage code- Specified by:
$langin interfaceHamletSpec.I18nAttrs- Parameters:
value- the code- Returns:
- the current element builder
-
$dir
Description copied from interface:HamletSpec.I18nAttrsdirection for weak/neutral text- Specified by:
$dirin interfaceHamletSpec.I18nAttrs- Parameters:
value- theHamletSpec.Dirvalue- Returns:
- the current element builder
-
$onclick
Description copied from interface:HamletSpec.EventsAttrsa pointer button was clicked- Specified by:
$onclickin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$ondblclick
Description copied from interface:HamletSpec.EventsAttrsa pointer button was double clicked- Specified by:
$ondblclickin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onmousedown
Description copied from interface:HamletSpec.EventsAttrsa pointer button was pressed down- Specified by:
$onmousedownin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onmouseup
Description copied from interface:HamletSpec.EventsAttrsa pointer button was released- Specified by:
$onmouseupin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onmouseover
Description copied from interface:HamletSpec.EventsAttrsa pointer was moved onto- Specified by:
$onmouseoverin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onmousemove
Description copied from interface:HamletSpec.EventsAttrsa pointer was moved within- Specified by:
$onmousemovein interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onmouseout
Description copied from interface:HamletSpec.EventsAttrsa pointer was moved away- Specified by:
$onmouseoutin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onkeypress
Description copied from interface:HamletSpec.EventsAttrsa key was pressed and released- Specified by:
$onkeypressin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onkeydown
Description copied from interface:HamletSpec.EventsAttrsa key was pressed down- Specified by:
$onkeydownin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-
$onkeyup
Description copied from interface:HamletSpec.EventsAttrsa key was released- Specified by:
$onkeyupin interfaceHamletSpec.EventsAttrs- Parameters:
value- the script- Returns:
- the current element builder
-