Interface HamletSpec._Li

All Superinterfaces:
HamletSpec.__, HamletSpec._Child
All Known Subinterfaces:
HamletSpec.OL, HamletSpec.UL
All Known Implementing Classes:
Hamlet.OL, Hamlet.UL
Enclosing class:
HamletSpec

public static interface HamletSpec._Li extends HamletSpec._Child
  • Method Summary

    Modifier and Type
    Method
    Description
    li()
    Add a LI (list item) element.
    li(String cdata)
    Add a LI element.

    Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child

    __
  • Method Details

    • li

      Add a LI (list item) element.
      Returns:
      a new LI element builder
    • li

      Add a LI element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder