Class Hamlet.STYLE<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.STYLE<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._Content,HamletSpec.I18nAttrs,HamletSpec.STYLE
- Enclosing class:
- Hamlet
public class Hamlet.STYLE<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.STYLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContent of the element$dir(HamletSpec.Dir value) direction for weak/neutral textlanguage code$media(EnumSet<HamletSpec.Media> value) designed for use with these mediaadvisory titlecontent type of style languageMethods 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
-
STYLE
-
-
Method Details
-
$type
Description copied from interface:HamletSpec.STYLEcontent type of style language- Specified by:
$typein interfaceHamletSpec.STYLE- Parameters:
value- the content of the element.- Returns:
- the current element builder
-
$media
Description copied from interface:HamletSpec.STYLEdesigned for use with these media- Specified by:
$mediain interfaceHamletSpec.STYLE- Parameters:
value- set of media.- Returns:
- the current element builder
-
$title
Description copied from interface:HamletSpec.STYLEadvisory title- Specified by:
$titlein interfaceHamletSpec.STYLE- Parameters:
value- the content of the element.- 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
-
__
Description copied from interface:HamletSpec._ContentContent of the element- Specified by:
__in interfaceHamletSpec._Content- Parameters:
lines- of content- Returns:
- the current element builder
-