Uses of Interface
org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.INPUT
Packages that use HamletSpec.INPUT
Package
Description
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
-
Uses of HamletSpec.INPUT in org.apache.hadoop.yarn.webapp.hamlet2
Classes in org.apache.hadoop.yarn.webapp.hamlet2 that implement HamletSpec.INPUTMethods in org.apache.hadoop.yarn.webapp.hamlet2 that return HamletSpec.INPUTModifier and TypeMethodDescriptionlist of MIME types for file upload (csv)HamletSpec.INPUT.$accesskey(String cdata) accessibility key charactershort descriptionHamletSpec.INPUT.$checked()for radio buttons and check boxesHamletSpec.INPUT.$disabled()unavailable in this contextHamletSpec.INPUT.$ismap()use server-side image mapHamletSpec.INPUT.$maxlength(int length) max chars for text fieldssubmit as part of formthe element lost the focusthe element value was changedthe element got the focussome text was selectedHamletSpec.INPUT.$readonly()for text and passwdspecific to each type of fieldfor fields with imagesHamletSpec.INPUT.$tabindex(int index) position in tabbing orderHamletSpec.INPUT.$type(HamletSpec.InputType inputType) what kind of widget is needed. default is "text".Specify for radio buttons and checkboxesHamletSpec._FormCtrl.input()Add a INPUT element.Add a INPUT element.