org.apache.hadoop.yarn.webapp.hamlet
Interface HamletSpec.OPTION

All Superinterfaces:
HamletSpec._, HamletSpec._Child, HamletSpec._Content, HamletSpec._RawContent, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrs, HamletSpec.PCData
All Known Implementing Classes:
Hamlet.OPTION
Enclosing class:
HamletSpec

public static interface HamletSpec.OPTION
extends HamletSpec.Attrs, HamletSpec.PCData, HamletSpec._Child


Method Summary
 HamletSpec.OPTION $disabled()
          unavailable in this context
 HamletSpec.OPTION $label(String cdata)
          for use in hierarchical menus
 HamletSpec.OPTION $selected()
          currently selected option
 HamletSpec.OPTION $value(String cdata)
          defaults to element content
 
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._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._Child
_
 

Method Detail

$selected

HamletSpec.OPTION $selected()
currently selected option

Returns:
the current element builder

$disabled

HamletSpec.OPTION $disabled()
unavailable in this context

Returns:
the current element builder

$label

HamletSpec.OPTION $label(String cdata)
for use in hierarchical menus

Parameters:
cdata -
Returns:
the current element builder

$value

HamletSpec.OPTION $value(String cdata)
defaults to element content

Parameters:
cdata -
Returns:
the current element builder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.