| 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.SELECT<T extends HamletSpec.__> |
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.SELECT |
HamletSpec.SELECT.$disabled() |
unavailable in this context
|
HamletSpec.SELECT |
HamletSpec.SELECT.$multiple() |
default is single selection
|
HamletSpec.SELECT |
HamletSpec.SELECT.$name(java.lang.String cdata) |
field name
|
HamletSpec.SELECT |
HamletSpec.SELECT.$onblur(java.lang.String script) |
the element lost the focus
|
HamletSpec.SELECT |
HamletSpec.SELECT.$onchange(java.lang.String script) |
the element value was changed
|
HamletSpec.SELECT |
HamletSpec.SELECT.$onfocus(java.lang.String script) |
the element got the focus
|
HamletSpec.SELECT |
HamletSpec.SELECT.$size(int rows) |
rows visible
|
HamletSpec.SELECT |
HamletSpec.SELECT.$tabindex(int index) |
position in tabbing order
|
HamletSpec.SELECT |
HamletSpec._FormCtrl.select() |
Add a SELECT element.
|
HamletSpec.SELECT |
HamletSpec._FormCtrl.select(java.lang.String selector) |
Add a SELECT element.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.