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

All Superinterfaces:
HamletSpec._, HamletSpec._Child
All Known Subinterfaces:
HamletSpec.FIELDSET
All Known Implementing Classes:
Hamlet.FIELDSET
Enclosing class:
HamletSpec

public static interface HamletSpec._Legend
extends HamletSpec._Child


Method Summary
 HamletSpec.LEGEND legend()
          Add a LEGEND element.
 HamletSpec._Legend legend(String cdata)
          Add a LEGEND element.
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Method Detail

legend

HamletSpec.LEGEND legend()
Add a LEGEND element.

Returns:
a new LEGEND element builder

legend

HamletSpec._Legend legend(String cdata)
Add a LEGEND element.

Parameters:
cdata -
Returns:
the current element builder


Copyright © 2012 Apache Software Foundation. All Rights Reserved.