Uses of Interface
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.BUTTON

Packages that use HamletSpec.BUTTON
org.apache.hadoop.yarn.webapp.hamlet   
 

Uses of HamletSpec.BUTTON in org.apache.hadoop.yarn.webapp.hamlet
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec.BUTTON
 class Hamlet.BUTTON<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.BUTTON
 HamletSpec.BUTTON HamletSpec.BUTTON.$accesskey(String cdata)
          accessibility key character
 HamletSpec.BUTTON HamletSpec.BUTTON.$disabled()
          unavailable in this context
 HamletSpec.BUTTON HamletSpec.BUTTON.$name(String cdata)
          name of the value
 HamletSpec.BUTTON HamletSpec.BUTTON.$onblur(String script)
          the element lost the focus
 HamletSpec.BUTTON HamletSpec.BUTTON.$onfocus(String script)
          the element got the focus
 HamletSpec.BUTTON HamletSpec.BUTTON.$tabindex(int index)
          position in tabbing order
 HamletSpec.BUTTON HamletSpec.BUTTON.$type(HamletSpec.ButtonType type)
          for use as form button
 HamletSpec.BUTTON HamletSpec.BUTTON.$value(String cdata)
          sent to server when submitted
 HamletSpec.BUTTON HamletSpec._FormCtrl.button()
          Add a BUTTON element.
 HamletSpec.BUTTON HamletSpec._FormCtrl.button(String selector)
          Add a BUTTON element.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.