Class Hamlet.TEXTAREA<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.TEXTAREA<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._Content,HamletSpec._RawContent,HamletSpec.Attrs,HamletSpec.CoreAttrs,HamletSpec.EventsAttrs,HamletSpec.I18nAttrs,HamletSpec.PCData,HamletSpec.TEXTAREA
- Enclosing class:
- Hamlet
public class Hamlet.TEXTAREA<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.TEXTAREA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContent of the elementRaw (no need to be HTML escaped) content$accesskey(String value) accessibility key characterspace-separated list of classes$cols(int value) visible columns$dir(HamletSpec.Dir value) direction for weak/neutral textunavailable in this contextdocument-wide unique idlanguage codevariable name for the textthe element lost the focusthe element value was changeda 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 releasedsome text was selectedtext is readonly$rows(int value) visible rowsassociated 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
-
TEXTAREA
-
-
Method Details
-
$name
Description copied from interface:HamletSpec.TEXTAREAvariable name for the text- Specified by:
$namein interfaceHamletSpec.TEXTAREA- Parameters:
value- the content of the element.- Returns:
- the current element builder
-
$disabled
Description copied from interface:HamletSpec.TEXTAREAunavailable in this context- Specified by:
$disabledin interfaceHamletSpec.TEXTAREA- Returns:
- the current element builder
-
$tabindex
Description copied from interface:HamletSpec.TEXTAREAposition in tabbing order- Specified by:
$tabindexin interfaceHamletSpec.TEXTAREA- Parameters:
value- the index- Returns:
- the current element builder
-
$accesskey
Description copied from interface:HamletSpec.TEXTAREAaccessibility key character- Specified by:
$accesskeyin interfaceHamletSpec.TEXTAREA- Parameters:
value- the content of the element.- Returns:
- the current element builder
-
$onfocus
Description copied from interface:HamletSpec.TEXTAREAthe element got the focus- Specified by:
$onfocusin interfaceHamletSpec.TEXTAREA- Parameters:
value- to invoke.- Returns:
- the current element builder
-
$onblur
Description copied from interface:HamletSpec.TEXTAREAthe element lost the focus- Specified by:
$onblurin interfaceHamletSpec.TEXTAREA- Parameters:
value- to invoke.- Returns:
- the current element builder
-
$rows
Description copied from interface:HamletSpec.TEXTAREAvisible rows- Specified by:
$rowsin interfaceHamletSpec.TEXTAREA- Parameters:
value- number of rows.- Returns:
- the current element builder
-
$cols
Description copied from interface:HamletSpec.TEXTAREAvisible columns- Specified by:
$colsin interfaceHamletSpec.TEXTAREA- Parameters:
value- number of cols.- Returns:
- the current element builder
-
$readonly
Description copied from interface:HamletSpec.TEXTAREAtext is readonly- Specified by:
$readonlyin interfaceHamletSpec.TEXTAREA- Returns:
- the current element builder
-
$onselect
Description copied from interface:HamletSpec.TEXTAREAsome text was selected- Specified by:
$onselectin interfaceHamletSpec.TEXTAREA- Parameters:
value- to invoke.- Returns:
- the current element builder
-
$onchange
Description copied from interface:HamletSpec.TEXTAREAthe element value was changed- Specified by:
$onchangein interfaceHamletSpec.TEXTAREA- Parameters:
value- to invoke.- 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
-
__
Description copied from interface:HamletSpec._ContentContent of the element- Specified by:
__in interfaceHamletSpec._Content- Parameters:
lines- of content- Returns:
- the current element builder
-
_r
Description copied from interface:HamletSpec._RawContentRaw (no need to be HTML escaped) content- Specified by:
_rin interfaceHamletSpec._RawContent- Parameters:
lines- of content- Returns:
- the current element builder
-