Interface HamletSpec.OBJECT
- All Superinterfaces:
HamletSpec.__,HamletSpec._Anchor,HamletSpec._Block,HamletSpec._Child,HamletSpec._Content,HamletSpec._FieldSet,HamletSpec._FontSize,HamletSpec._FontStyle,HamletSpec._Form,HamletSpec._FormCtrl,HamletSpec._ImgObject,HamletSpec._InsDel,HamletSpec._Label,HamletSpec._Object,HamletSpec._Param,HamletSpec._RawContent,HamletSpec._Script,HamletSpec._Special,HamletSpec._SubSup,HamletSpec.Attrs,HamletSpec.Block,HamletSpec.CoreAttrs,HamletSpec.EventsAttrs,HamletSpec.Flow,HamletSpec.FontStyle,HamletSpec.FormCtrl,HamletSpec.Heading,HamletSpec.I18nAttrs,HamletSpec.Inline,HamletSpec.Listing,HamletSpec.PCData,HamletSpec.Phrase,HamletSpec.Preformatted,HamletSpec.Special
- All Known Implementing Classes:
Hamlet.OBJECT
- Enclosing class:
- HamletSpec
public static interface HamletSpec.OBJECT
extends HamletSpec.Attrs, HamletSpec._Param, HamletSpec.Flow, HamletSpec._Child
-
Method Summary
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Anchor
a, a, a, aMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Block
__, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, tableMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Content
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FieldSet
fieldset, fieldsetMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FontSize
small, small, smallMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FontStyle
b, b, b, i, i, iMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Form
form, formMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FormCtrl
button, button, button, input, input, select, select, textarea, textarea, textareaMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._ImgObject
img, imgMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._InsDel
del, del, ins, insMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Label
label, labelMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Object
object, objectMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Param
param, paramMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._RawContent
_rMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Script
script, scriptMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Special
bdo, bdo, br, br, map, map, q, q, q, span, span, spanMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._SubSup
sub, sub, sub, sup, sup, supMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.CoreAttrs
$class, $id, $style, $titleMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseupMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Heading
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.I18nAttrs
$dir, $langMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Listing
ol, ol, ul, ulMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Phrase
abbr, abbr, abbr, cite, cite, cite, code, code, code, dfn, dfn, dfn, em, em, em, kbd, kbd, kbd, samp, samp, samp, strong, strong, strong, var, var, varMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Preformatted
pre, pre
-
Method Details
-
$data
reference to object's data- Parameters:
uri- the URI- Returns:
- the current element builder
-
$type
content type for data- Parameters:
contentType- the type- Returns:
- the current element builder
-
$height
override height- Parameters:
pixels- the height- Returns:
- the current element builder
-
$height
override height- Parameters:
length- the height (can use %, *)- Returns:
- the current element builder
-
$width
override width- Parameters:
pixels- the width- Returns:
- the current element builder
-
$width
override width- Parameters:
length- the height (can use %, *)- Returns:
- the current element builder
-
$usemap
use client-side image map- Parameters:
uri- the URI/name of the map- Returns:
- the current element builder
-
$name
submit as part of form- Parameters:
cdata- the name of the object- Returns:
- the current element builder
-
$tabindex
position in tabbing order- Parameters:
index- of the order- Returns:
- the current element builder
-