| 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.BUTTON<T extends HamletSpec.__> |
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.BUTTON |
HamletSpec.BUTTON.$accesskey(java.lang.String cdata) |
accessibility key character
|
HamletSpec.BUTTON |
HamletSpec.BUTTON.$disabled() |
unavailable in this context
|
HamletSpec.BUTTON |
HamletSpec.BUTTON.$name(java.lang.String cdata) |
name of the value
|
HamletSpec.BUTTON |
HamletSpec.BUTTON.$onblur(java.lang.String script) |
the element lost the focus
|
HamletSpec.BUTTON |
HamletSpec.BUTTON.$onfocus(java.lang.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(java.lang.String cdata) |
sent to server when submitted
|
HamletSpec.BUTTON |
HamletSpec._FormCtrl.button() |
Add a BUTTON element.
|
HamletSpec.BUTTON |
HamletSpec._FormCtrl.button(java.lang.String selector) |
Add a BUTTON element.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.