Class Hamlet.COLGROUP<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.COLGROUP<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._TableCol,HamletSpec.Attrs,HamletSpec.COLGROUP,HamletSpec.CoreAttrs,HamletSpec.EventsAttrs,HamletSpec.I18nAttrs
- Enclosing class:
- Hamlet
public class Hamlet.COLGROUP<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.COLGROUP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionspace-separated list of classes$dir(HamletSpec.Dir value) direction for weak/neutral textdocument-wide unique idlanguage codea pointer button was clicked$ondblclick(String value) a pointer button was double clicked$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$span(int value) default number of columns in group. default: 1associated style infoadvisory titlecol()Add a COL element.Add a COL element.Methods 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
-
COLGROUP
-
-
Method Details
-
$span
Description copied from interface:HamletSpec.COLGROUPdefault number of columns in group. default: 1- Specified by:
$spanin interfaceHamletSpec.COLGROUP- Parameters:
value- number of cols.- 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
-
col
Description copied from interface:HamletSpec._TableColAdd a COL element.- Specified by:
colin interfaceHamletSpec._TableCol- Returns:
- a new COL element builder
-
col
Description copied from interface:HamletSpec._TableColAdd a COL element.- Specified by:
colin interfaceHamletSpec._TableCol- Parameters:
selector- the css selector in the form of (#id)*(.class)*- Returns:
- the current element builder
-