| Package | Description |
|---|---|
| org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Hamlet.INPUT<T extends HamletSpec.__> |
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.INPUT |
HamletSpec.INPUT.$accept(java.lang.String contentTypes) |
list of MIME types for file upload (csv)
|
HamletSpec.INPUT |
HamletSpec.INPUT.$accesskey(java.lang.String cdata) |
accessibility key character
|
HamletSpec.INPUT |
HamletSpec.INPUT.$alt(java.lang.String cdata) |
short description
|
HamletSpec.INPUT |
HamletSpec.INPUT.$checked() |
for radio buttons and check boxes
|
HamletSpec.INPUT |
HamletSpec.INPUT.$disabled() |
unavailable in this context
|
HamletSpec.INPUT |
HamletSpec.INPUT.$ismap() |
use server-side image map
|
HamletSpec.INPUT |
HamletSpec.INPUT.$maxlength(int length) |
max chars for text fields
|
HamletSpec.INPUT |
HamletSpec.INPUT.$name(java.lang.String cdata) |
submit as part of form
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onblur(java.lang.String script) |
the element lost the focus
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onchange(java.lang.String script) |
the element value was changed
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onfocus(java.lang.String script) |
the element got the focus
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onselect(java.lang.String script) |
some text was selected
|
HamletSpec.INPUT |
HamletSpec.INPUT.$readonly() |
for text and passwd
|
HamletSpec.INPUT |
HamletSpec.INPUT.$size(java.lang.String cdata) |
specific to each type of field
|
HamletSpec.INPUT |
HamletSpec.INPUT.$src(java.lang.String uri) |
for fields with images
|
HamletSpec.INPUT |
HamletSpec.INPUT.$tabindex(int index) |
position in tabbing order
|
HamletSpec.INPUT |
HamletSpec.INPUT.$type(HamletSpec.InputType inputType) |
what kind of widget is needed.
|
HamletSpec.INPUT |
HamletSpec.INPUT.$value(java.lang.String cdata) |
Specify for radio buttons and checkboxes
|
HamletSpec.INPUT |
HamletSpec._FormCtrl.input() |
Add a INPUT element.
|
HamletSpec.INPUT |
HamletSpec._FormCtrl.input(java.lang.String selector) |
Add a INPUT element.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.