|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec.IMG
| Method Summary | |
|---|---|
HamletSpec.IMG |
$alt(String desc)
short description |
HamletSpec.IMG |
$height(int pixels)
override height |
HamletSpec.IMG |
$height(String cdata)
override height |
HamletSpec.IMG |
$ismap()
use server-side image map |
HamletSpec.IMG |
$src(String uri)
URI of image to embed |
HamletSpec.IMG |
$usemap(String uri)
use client-side image map |
HamletSpec.IMG |
$width(int pixels)
override width |
HamletSpec.IMG |
$width(String cdata)
override width |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.CoreAttrs |
|---|
$class, $id, $style, $title |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.I18nAttrs |
|---|
$dir, $lang |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.EventsAttrs |
|---|
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.IMG $src(String uri)
uri - the URI
HamletSpec.IMG $alt(String desc)
desc - the description
HamletSpec.IMG $height(int pixels)
pixels - the height
HamletSpec.IMG $height(String cdata)
cdata - the height (can use %, * etc.)
HamletSpec.IMG $width(int pixels)
pixels - the width
HamletSpec.IMG $width(String cdata)
cdata - the width (can use %, * etc.)
HamletSpec.IMG $usemap(String uri)
uri - the URI
HamletSpec.IMG $ismap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||