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

All Superinterfaces:
HamletSpec._, HamletSpec._Child, HamletSpec._Option, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrs
All Known Implementing Classes:
Hamlet.OPTGROUP
Enclosing class:
HamletSpec

public static interface HamletSpec.OPTGROUP
extends HamletSpec.Attrs, HamletSpec._Option, HamletSpec._Child


Method Summary
 HamletSpec.OPTGROUP $disabled()
          unavailable in this context
 HamletSpec.OPTGROUP $label(String cdata)
          for use in hierarchical menus
 
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._Option
option, option
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Method Detail

$disabled

HamletSpec.OPTGROUP $disabled()
unavailable in this context

Returns:
the current element builder

$label

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

Parameters:
cdata -
Returns:
the current element builder


Copyright © 2012 Apache Software Foundation. All Rights Reserved.