org.apache.hadoop.yarn.webapp.hamlet
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
 HamletSpec.OBJECT $data(String uri)
          reference to object's data
 HamletSpec.OBJECT $height(int pixels)
          override height
 HamletSpec.OBJECT $height(String length)
          override height
 HamletSpec.OBJECT $name(String cdata)
          submit as part of form
 HamletSpec.OBJECT $tabindex(int index)
          position in tabbing order
 HamletSpec.OBJECT $type(String contentType)
          content type for data
 HamletSpec.OBJECT $usemap(String uri)
          use client-side image map
 HamletSpec.OBJECT $width(int pixels)
          override width
 HamletSpec.OBJECT $width(String length)
          override width
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.CoreAttrs
$class, $id, $style, $title
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.I18nAttrs
$dir, $lang
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Param
param, param
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Block
_, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Heading
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Listing
ol, ol, ul, ul
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Preformatted
pre, pre
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Form
form, form
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._FieldSet
fieldset, fieldset
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Content
_
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._RawContent
_r
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._FontStyle
b, b, b, i, i, i
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._FontSize
small, small, small
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.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, var
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Anchor
a, a, a, a
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._ImgObject
img, img
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Object
object, object
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._SubSup
sub, sub, sub, sup, sup, sup
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Special
bdo, bdo, br, br, map, map, q, q, q, span, span, span
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Script
script, script
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._InsDel
del, del, ins, ins
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Label
label, label
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._FormCtrl
button, button, button, input, input, select, select, textarea, textarea, textarea
 

Method Detail

$data

HamletSpec.OBJECT $data(String uri)
reference to object's data

Parameters:
uri - the URI
Returns:
the current element builder

$type

HamletSpec.OBJECT $type(String contentType)
content type for data

Parameters:
contentType - the type
Returns:
the current element builder

$height

HamletSpec.OBJECT $height(int pixels)
override height

Parameters:
pixels - the height
Returns:
the current element builder

$height

HamletSpec.OBJECT $height(String length)
override height

Parameters:
length - the height (can use %, *)
Returns:
the current element builder

$width

HamletSpec.OBJECT $width(int pixels)
override width

Parameters:
pixels - the width
Returns:
the current element builder

$width

HamletSpec.OBJECT $width(String length)
override width

Parameters:
length - the height (can use %, *)
Returns:
the current element builder

$usemap

HamletSpec.OBJECT $usemap(String uri)
use client-side image map

Parameters:
uri - the URI/name of the map
Returns:
the current element builder

$name

HamletSpec.OBJECT $name(String cdata)
submit as part of form

Parameters:
cdata - the name of the object
Returns:
the current element builder

$tabindex

HamletSpec.OBJECT $tabindex(int index)
position in tabbing order

Parameters:
index - of the order
Returns:
the current element builder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.