Interface HamletSpec.LABEL

All Superinterfaces:
HamletSpec.__, HamletSpec._Anchor, HamletSpec._Child, HamletSpec._Content, HamletSpec._FontSize, HamletSpec._FontStyle, HamletSpec._FormCtrl, HamletSpec._ImgObject, HamletSpec._InsDel, HamletSpec._Object, HamletSpec._RawContent, HamletSpec._Script, HamletSpec._Special, HamletSpec._SubSup, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.FontStyle, HamletSpec.I18nAttrs, HamletSpec.PCData, HamletSpec.Phrase, HamletSpec.Special
All Known Implementing Classes:
Hamlet.LABEL
Enclosing class:
HamletSpec

  • Method Details

    • $for

      HamletSpec.LABEL $for(String cdata)
      matches field ID value
      Parameters:
      cdata - the content of the element.
      Returns:
      the current element builder
    • $accesskey

      HamletSpec.LABEL $accesskey(String cdata)
      accessibility key character
      Parameters:
      cdata - the content of the element.
      Returns:
      the current element builder
    • $onfocus

      HamletSpec.LABEL $onfocus(String script)
      the element got the focus
      Parameters:
      script - to invoke.
      Returns:
      the current element builder
    • $onblur

      HamletSpec.LABEL $onblur(String script)
      the element lost the focus
      Parameters:
      script - to invoke.
      Returns:
      the current element builder