Package | Description |
---|---|
org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
Modifier and Type | Class and Description |
---|---|
class |
Hamlet.INPUT<T extends HamletSpec.__> |
Modifier and Type | Method and Description |
---|---|
HamletSpec.INPUT |
HamletSpec.INPUT.$accept(String contentTypes)
list of MIME types for file upload (csv)
|
HamletSpec.INPUT |
HamletSpec.INPUT.$accesskey(String cdata)
accessibility key character
|
HamletSpec.INPUT |
HamletSpec.INPUT.$alt(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(String cdata)
submit as part of form
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onblur(String script)
the element lost the focus
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onchange(String script)
the element value was changed
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onfocus(String script)
the element got the focus
|
HamletSpec.INPUT |
HamletSpec.INPUT.$onselect(String script)
some text was selected
|
HamletSpec.INPUT |
HamletSpec.INPUT.$readonly()
for text and passwd
|
HamletSpec.INPUT |
HamletSpec.INPUT.$size(String cdata)
specific to each type of field
|
HamletSpec.INPUT |
HamletSpec.INPUT.$src(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(String cdata)
Specify for radio buttons and checkboxes
|
HamletSpec.INPUT |
HamletSpec._FormCtrl.input()
Add a INPUT element.
|
HamletSpec.INPUT |
HamletSpec._FormCtrl.input(String selector)
Add a INPUT element.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.