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.SELECT<T extends HamletSpec.__> |
Modifier and Type | Method and Description |
---|---|
HamletSpec.SELECT |
HamletSpec.SELECT.$disabled()
unavailable in this context
|
HamletSpec.SELECT |
HamletSpec.SELECT.$multiple()
default is single selection
|
HamletSpec.SELECT |
HamletSpec.SELECT.$name(String cdata)
field name
|
HamletSpec.SELECT |
HamletSpec.SELECT.$onblur(String script)
the element lost the focus
|
HamletSpec.SELECT |
HamletSpec.SELECT.$onchange(String script)
the element value was changed
|
HamletSpec.SELECT |
HamletSpec.SELECT.$onfocus(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(String selector)
Add a SELECT element.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.