| Package | Description |
|---|---|
| org.rendersnake | |
| org.rendersnake.element | |
| org.rendersnake.ext.jquery |
| Modifier and Type | Method and Description |
|---|---|
static HtmlAttributes |
HtmlAttributesFactory.abbr(String abbr)
Return a new HtmlAttributes with the abbr attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.abbr(String abbr)
Append the abbr attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.accept_charset(String accept_charset)
Return a new HtmlAttributes with the accept-charset attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.accept_charset(String accept_charset)
Append the accept-charset attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.accept(String accept)
Return a new HtmlAttributes with the accept attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.accept(String accept)
Append the accept attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.accesskey(String accesskey)
Return a new HtmlAttributes with the accesskey attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.accesskey(String accesskey)
Append the accesskey attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.action(String action)
Return a new HtmlAttributes with the action attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.action(String action)
Append the action attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.add(String key,
Integer value)
Add a key=value pair to the receiver.
|
HtmlAttributes |
HtmlAttributes.add(String key,
String value)
Add a key=value pair to the receiver.
|
static HtmlAttributes |
HtmlAttributesFactory.add(String key,
String value,
boolean escapeNeeded) |
HtmlAttributes |
HtmlAttributes.add(String key,
String value,
boolean doEscape)
Add a key=value pair to the receiver.
|
HtmlAttributes |
HtmlAttributes.addScript(String key,
String value,
boolean doEscape)
Add a key=value pair to the receiver.
|
static HtmlAttributes |
HtmlAttributesFactory.align(String align)
Return a new HtmlAttributes with the align attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.align(String align)
Append the align attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.alink(String alink)
Return a new HtmlAttributes with the alink attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.alink(String alink)
Append the alink attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.allowFullscreen(boolean allow) |
HtmlAttributes |
HtmlAttributes.allowFullscreen(boolean allow) |
static HtmlAttributes |
HtmlAttributesFactory.allowScriptAccess(String allow) |
HtmlAttributes |
HtmlAttributes.allowScriptAccess(String allow)
always: Always permit ActionScript-to-JavaScript calls
sameDomain: Permit ActionScript-to-JavaScript calls only when the SWF and HTML page come from the same domain
never: Never permit ActionScript-to-JavaScript calls
|
static HtmlAttributes |
HtmlAttributesFactory.alt(String alt)
Return a new HtmlAttributes with the alt attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.alt(String alt)
Append the alt attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.archive(String archive)
Return a new HtmlAttributes with the archive attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.archive(String archive)
Append the archive attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlCanvas.attributes()
Factory method for an HtmlAttributes instance.
|
static HtmlAttributes |
HtmlAttributesFactory.autofocus_if(boolean condition)
If condition is true then add the attribute autofocus with value "autofocus".
|
HtmlAttributes |
HtmlAttributes.autofocus_if(boolean condition)
If condition is true then add the attribute autofocus with value "autofocus".
|
HtmlAttributes |
HtmlAttributes.autofocus(String autofocus)
Append the autofocus attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.axis(String axis)
Return a new HtmlAttributes with the axis attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.axis(String axis)
Append the axis attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.background(String background)
Return a new HtmlAttributes with the background attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.background(String background)
Append the background attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.bgcolor(String bgcolor)
Return a new HtmlAttributes with the bgcolor attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.bgcolor(String bgcolor)
Append the bgcolor attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.border(String border)
Return a new HtmlAttributes with the border attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.border(String border)
Append the border attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.cellpadding(String cellpadding)
Return a new HtmlAttributes with the cellpadding attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.cellpadding(String cellpadding)
Append the cellpadding attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.cellspacing(String cellspacing)
Return a new HtmlAttributes with the cellspacing attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.cellspacing(String cellspacing)
Append the cellspacing attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.char_(String char_)
Return a new HtmlAttributes with the char attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.char_(String char_)
Append the char attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.charoff(String charoff)
Return a new HtmlAttributes with the charoff attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.charoff(String charoff)
Append the charoff attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.charset(String charset)
Return a new HtmlAttributes with the charset attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.charset(String charset)
Append the charset attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.checked__if(boolean condition)
If condition is true then add the attribute checked with value "checked".
|
HtmlAttributes |
HtmlAttributes.checked_if(boolean condition)
If condition is true then add the attribute checked with value "checked".
|
static HtmlAttributes |
HtmlAttributesFactory.checked(String checked)
Return a new HtmlAttributes with the checked attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.checked(String checked)
Append the checked attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.cite(String cite)
Return a new HtmlAttributes with the cite attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.cite(String cite)
Append the cite attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.class_(String class_)
Return a new HtmlAttributes with the class attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.class_(String class_)
Append the class attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.classid(String classid)
Return a new HtmlAttributes with the classid attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.classid(String classid)
Append the classid attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.clear(String clear)
Return a new HtmlAttributes with the clear attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.clear(String clear)
Append the clear attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.code(String code)
Return a new HtmlAttributes with the code attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.code(String code)
Append the code attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.codebase(String codebase)
Return a new HtmlAttributes with the codebase attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.codebase(String codebase)
Append the codebase attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.codetype(String codetype)
Return a new HtmlAttributes with the codetype attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.codetype(String codetype)
Append the codetype attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.color(String color)
Return a new HtmlAttributes with the color attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.color(String color)
Append the color attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.cols(Integer cols)
Append the cols attribute with the given Integer parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.cols(String cols)
Return a new HtmlAttributes with the cols attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.cols(String cols)
Append the cols attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.colspan(String colspan)
Return a new HtmlAttributes with the colspan attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.colspan(String colspan)
Append the colspan attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.compact(String compact)
Return a new HtmlAttributes with the compact attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.compact(String compact)
Append the compact attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.content(String content)
Return a new HtmlAttributes with the content attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.content(String content)
Append the content attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.contenteditable(String truefalse)
Return a new HtmlAttributes with the contenteditable attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.contenteditable(String truefalse)
Append the contenteditable attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.contextmenu(String menu_id)
Return a new HtmlAttributes with the contextmenu attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.contextmenu(String menu_id)
Append the contextmenu attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.coords(String coords)
Return a new HtmlAttributes with the coords attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.coords(String coords)
Append the coords attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.data(String data)
Return a new HtmlAttributes with the data attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.data(String data)
Append the data attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.data(String extension,
Integer number)
Append the generic data attribute with the given int parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.data(String extension,
String data)
Return a new HtmlAttributes with the generic data attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.data(String extension,
String data)
Append the generic data attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.dataAjax(boolean enabled) |
HtmlAttributes |
HtmlAttributes.dataAjax(boolean enabled) |
static HtmlAttributes |
HtmlAttributesFactory.dataCollapsed(boolean collapsed) |
HtmlAttributes |
HtmlAttributes.dataCollapsed(boolean collapsed) |
static HtmlAttributes |
HtmlAttributesFactory.dataContentTheme(String dataContentTheme) |
HtmlAttributes |
HtmlAttributes.dataContentTheme(String dataContentTheme) |
static HtmlAttributes |
HtmlAttributesFactory.dataDirection(String direction) |
HtmlAttributes |
HtmlAttributes.dataDirection(String direction) |
static HtmlAttributes |
HtmlAttributesFactory.dataIcon(String icon) |
HtmlAttributes |
HtmlAttributes.dataIcon(String icon) |
HtmlAttributes |
HtmlAttributes.dataIconPos(String pos) |
static HtmlAttributes |
HtmlAttributesFactory.dataInline(boolean inline) |
HtmlAttributes |
HtmlAttributes.dataInline(boolean inline) |
static HtmlAttributes |
HtmlAttributesFactory.dataInline(String inline) |
HtmlAttributes |
HtmlAttributes.dataInline(String inline) |
static HtmlAttributes |
HtmlAttributesFactory.dataInset(boolean inset) |
HtmlAttributes |
HtmlAttributes.dataInset(boolean inset) |
static HtmlAttributes |
HtmlAttributesFactory.dataMini(boolean isMini) |
HtmlAttributes |
HtmlAttributes.dataMini(boolean isMini) |
HtmlAttributes |
HtmlAttributes.dataNoBackButton(boolean noBackButton) |
static HtmlAttributes |
HtmlAttributesFactory.dataPosition(String dataPosition) |
HtmlAttributes |
HtmlAttributes.dataPosition(String dataPosition) |
static HtmlAttributes |
HtmlAttributesFactory.dataRel(String rel) |
HtmlAttributes |
HtmlAttributes.dataRel(String rel) |
static HtmlAttributes |
HtmlAttributesFactory.dataRole(String role) |
HtmlAttributes |
HtmlAttributes.dataRole(String role) |
static HtmlAttributes |
HtmlAttributesFactory.dataScroll(String xy) |
HtmlAttributes |
HtmlAttributes.dataScroll(String xy) |
HtmlAttributes |
HtmlAttributes.dataTest(String value)
Append the data-test attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.dataTheme(String theme) |
HtmlAttributes |
HtmlAttributes.dataTheme(String dataTheme) |
HtmlAttributes |
HtmlAttributes.dataTransition(String transition) |
static HtmlAttributes |
HtmlAttributesFactory.dataType(String type) |
HtmlAttributes |
HtmlAttributes.dataType(String type) |
static HtmlAttributes |
HtmlAttributesFactory.datetime(String datetime)
Return a new HtmlAttributes with the datetime attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.datetime(String datetime)
Append the datetime attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.declare(String declare)
Return a new HtmlAttributes with the declare attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.declare(String declare)
Append the declare attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.defer(String defer)
Return a new HtmlAttributes with the defer attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.defer(String defer)
Append the defer attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.dir(String dir)
Return a new HtmlAttributes with the dir attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.dir(String dir)
Append the dir attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.disabled_if(boolean condition)
If condition is true then add the attribute disabled with value "disabled".
|
HtmlAttributes |
HtmlAttributes.disabled_if(boolean condition)
If condition is true then add the attribute disabled with value "disabled".
|
static HtmlAttributes |
HtmlAttributesFactory.disabled(String disabled)
Return a new HtmlAttributes with the disabled attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.disabled(String disabled)
Append the disabled attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.draggable(String truefalseauto)
Return a new HtmlAttributes with the draggable attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.draggable(String truefalseauto)
Append the draggable attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.dropzone(String copymovelink)
Return a new HtmlAttributes with the dropzone attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.dropzone(String copymovelink)
Append the dropzone attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.enctype(String enctype)
Return a new HtmlAttributes with the enctype attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.enctype(String enctype)
Append the enctype attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.face(String face)
Return a new HtmlAttributes with the face attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.face(String face)
Append the face attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.flashvars(String flashvars) |
HtmlAttributes |
HtmlAttributes.flashvars(String flashvars) |
static HtmlAttributes |
HtmlAttributesFactory.for_(String for_)
Return a new HtmlAttributes with the for attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.for_(String for_)
Append the for attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.frame(String frame)
Return a new HtmlAttributes with the frame attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.frame(String frame)
Append the frame attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.frameborder(String frameborder)
Return a new HtmlAttributes with the frameborder attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.frameborder(String frameborder)
Append the frameborder attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlBufferingCanvas.headAttributes() |
static HtmlAttributes |
HtmlAttributesFactory.headers(String headers)
Return a new HtmlAttributes with the headers attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.headers(String headers)
Append the headers attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.height(Integer height)
Append the height attribute with the given Integer parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.height(String height)
Return a new HtmlAttributes with the height attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.height(String height)
Append the height attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.hidden(String hidden)
Return a new HtmlAttributes with the hidden attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.hidden(String hidden)
Append the hidden attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.href(String href)
Return a new HtmlAttributes with the href attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.href(String href)
Append the href attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.hreflang(String hreflang)
Return a new HtmlAttributes with the hreflang attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.hreflang(String hreflang)
Append the hreflang attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.hspace(String hspace)
Return a new HtmlAttributes with the hspace attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.hspace(String hspace)
Append the hspace attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.http_equiv(String http_equiv)
Return a new HtmlAttributes with the http-equiv attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.http_equiv(String http_equiv)
Append the http-equiv attribute with the given String parameter as its value.
|
static HtmlAttributes |
AttributesCanvas.id(String id) |
static HtmlAttributes |
HtmlAttributesFactory.id(String id)
Return a new HtmlAttributes with the id attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.id(String id)
Append the id attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.ismap(String ismap)
Return a new HtmlAttributes with the ismap attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.ismap(String ismap)
Append the ismap attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.label(String label)
Return a new HtmlAttributes with the label attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.label(String label)
Append the label attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.lang(String lang)
Return a new HtmlAttributes with the lang attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.lang(String lang)
Append the lang attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.language(String language)
Return a new HtmlAttributes with the language attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.language(String language)
Append the language attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.link(String link)
Return a new HtmlAttributes with the link attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.link(String link)
Append the link attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.longdesc(String longdesc)
Return a new HtmlAttributes with the longdesc attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.longdesc(String longdesc)
Append the longdesc attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.marginheight(String marginheight)
Return a new HtmlAttributes with the marginheight attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.marginheight(String marginheight)
Append the marginheight attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.marginwidth(String marginwidth)
Return a new HtmlAttributes with the marginwidth attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.marginwidth(String marginwidth)
Append the marginwidth attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.max(Integer max)
Append the max attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.maxlength(int maxlength)
Append the maxlength attribute with the given Integer parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.maxlength(String maxlength)
Return a new HtmlAttributes with the maxlength attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.maxlength(String maxlength)
Append the maxlength attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.media(String media)
Return a new HtmlAttributes with the media attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.media(String media)
Append the media attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.method(String method)
Return a new HtmlAttributes with the method attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.method(String method)
Append the method attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.min(Integer min)
Append the min attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.multiple(String multiple)
Return a new HtmlAttributes with the multiple attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.multiple(String multiple)
Append the multiple attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.name(String name)
Return a new HtmlAttributes with the name attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.name(String name)
Append the name attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.nohref(String nohref)
Return a new HtmlAttributes with the nohref attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.nohref(String nohref)
Append the nohref attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.noresize(String noresize)
Return a new HtmlAttributes with the noresize attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.noresize(String noresize)
Append the noresize attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.noshade(String noshade)
Return a new HtmlAttributes with the noshade attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.noshade(String noshade)
Append the noshade attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.nowrap(String nowrap)
Return a new HtmlAttributes with the nowrap attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.nowrap(String nowrap)
Append the nowrap attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.object(String object)
Return a new HtmlAttributes with the object attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.object(String object)
Append the object attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onAfterprint(String script)
Return a new HtmlAttributes with the onafterprint attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onAfterprint(String script)
Append the onafterprint attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onBeforeonload(String script)
Return a new HtmlAttributes with the onbeforeonload attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onBeforeonload(String script)
Append the onbeforeonload attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onBeforeprint(String script)
Return a new HtmlAttributes with the onbeforeprint attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onBeforeprint(String script)
Append the onbeforeprint attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onBlur(String onBlur)
Return a new HtmlAttributes with the onblur attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onBlur(String onblur)
Append the onblur attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onCanplay(String script)
Return a new HtmlAttributes with the oncanplay attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onCanplay(String script)
Append the oncanplay attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onCanplaythrough(String script)
Return a new HtmlAttributes with the oncanplaythrough attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onCanplaythrough(String script)
Append the oncanplaythrough attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onChange(String onChange)
Return a new HtmlAttributes with the onchange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onChange(String onchange)
Append the onchange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onClick(String onClick)
Return a new HtmlAttributes with the onclick attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onClick(String onclick)
Append the onclick attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onContextmenu(String script)
Return a new HtmlAttributes with the oncontextmenu attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onContextmenu(String script)
Append the oncontextmenu attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDblclick(String onDblclick)
Return a new HtmlAttributes with the ondblclick attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDblclick(String ondblclick)
Append the ondblclick attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDrag(String script)
Return a new HtmlAttributes with the ondrag attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDrag(String script)
Append the ondrag attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDragend(String script)
Return a new HtmlAttributes with the ondragend attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDragend(String script)
Append the ondragend attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDragenter(String script)
Return a new HtmlAttributes with the ondragenter attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDragenter(String script)
Append the ondragenter attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDragleave(String script)
Return a new HtmlAttributes with the ondragleave attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDragleave(String script)
Append the ondragleave attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDragover(String script)
Return a new HtmlAttributes with the ondragover attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDragover(String script)
Append the ondragover attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDragstart(String script)
Return a new HtmlAttributes with the ondragstart attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDragstart(String script)
Append the ondragstart attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDrop(String script)
Return a new HtmlAttributes with the ondrop attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDrop(String script)
Append the ondrop attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onDurationchange(String script)
Return a new HtmlAttributes with the ondurationchange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onDurationchange(String script)
Append the ondurationchange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onEmptied(String script)
Return a new HtmlAttributes with the onemptied attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onEmptied(String script)
Append the onemptied attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onEnded(String script)
Return a new HtmlAttributes with the onended attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onEnded(String script)
Append the onended attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onError(String script)
Return a new HtmlAttributes with the onerror attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onError(String script)
Append the onerror attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onFocus(String onFocus)
Return a new HtmlAttributes with the onfocus attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onFocus(String onfocus)
Append the onfocus attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onFormchange(String script)
Return a new HtmlAttributes with the onformchange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onFormchange(String script)
Append the onformchange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onForminput(String script)
Return a new HtmlAttributes with the onforminput attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onForminput(String script)
Append the onforminput attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onHaschange(String script)
Return a new HtmlAttributes with the onhaschange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onHaschange(String script)
Append the onhaschange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onInput(String script)
Return a new HtmlAttributes with the oninput attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onInput(String script)
Append the oninput attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onInvalid(String script)
Return a new HtmlAttributes with the oninvalid attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onInvalid(String script)
Append the oninvalid attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onKeydown(String onKeydown)
Return a new HtmlAttributes with the onkeydown attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onKeydown(String onkeydown)
Append the onkeydown attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onKeypress(String onKeypress)
Return a new HtmlAttributes with the onkeypress attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onKeypress(String onkeypress)
Append the onkeypress attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onKeyup(String onKeyup)
Return a new HtmlAttributes with the onkeyup attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onKeyup(String onkeyup)
Append the onkeyup attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onLoad(String onLoad)
Return a new HtmlAttributes with the onload attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onLoad(String onload)
Append the onload attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onLoadeddata(String script)
Return a new HtmlAttributes with the onloadeddata attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onLoadeddata(String script)
Append the onloadeddata attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onLoadedmetadata(String script)
Return a new HtmlAttributes with the onloadedmetadata attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onLoadedmetadata(String script)
Append the onloadedmetadata attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onLoadstart(String script)
Return a new HtmlAttributes with the onloadstart attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onLoadstart(String script)
Append the onloadstart attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMessage(String script)
Return a new HtmlAttributes with the onmessage attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMessage(String script)
Append the onmessage attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMousedown(String onMousedown)
Return a new HtmlAttributes with the onmousedown attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMousedown(String onmousedown)
Append the onmousedown attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMousemove(String onMousemove)
Return a new HtmlAttributes with the onmousemove attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMousemove(String onmousemove)
Append the onmousemove attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMouseout(String onMouseout)
Return a new HtmlAttributes with the onmouseout attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMouseout(String onmouseout)
Append the onmouseout attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMouseover(String onMouseover)
Return a new HtmlAttributes with the onmouseover attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMouseover(String onmouseover)
Append the onmouseover attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMouseup(String onMouseup)
Return a new HtmlAttributes with the onmouseup attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMouseup(String onmouseup)
Append the onmouseup attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onMousewheel(String script)
Return a new HtmlAttributes with the onmousewheel attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onMousewheel(String script)
Append the onmousewheel attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onOffline(String script)
Return a new HtmlAttributes with the onoffline attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onOffline(String script)
Append the onoffline attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onOnline(String script)
Return a new HtmlAttributes with the ononline attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onOnline(String script)
Append the ononline attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onPagehide(String script)
Return a new HtmlAttributes with the onpagehide attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onPagehide(String script)
Append the onpagehide attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onPageshow(String script)
Return a new HtmlAttributes with the onpageshow attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onPageshow(String script)
Append the onpageshow attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onPause(String script)
Return a new HtmlAttributes with the onpause attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onPause(String script)
Append the onpause attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onPlay(String script)
Return a new HtmlAttributes with the onplay attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onPlay(String script)
Append the onplay attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onPlaying(String script)
Return a new HtmlAttributes with the onplaying attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onPlaying(String script)
Append the onplaying attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onPopstate(String script)
Return a new HtmlAttributes with the onpopstate attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onPopstate(String script)
Append the onpopstate attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onProgress(String script)
Return a new HtmlAttributes with the onprogress attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onProgress(String script)
Append the onprogress attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onRatechange(String script)
Return a new HtmlAttributes with the onratechange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onRatechange(String script)
Append the onratechange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onReadystatechange(String script)
Return a new HtmlAttributes with the onreadystatechange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onReadystatechange(String script)
Append the onreadystatechange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onRedo(String script)
Return a new HtmlAttributes with the onredo attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onRedo(String script)
Append the onredo attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onReset(String onReset)
Return a new HtmlAttributes with the onreset attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onReset(String onreset)
Append the onreset attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onResize(String script)
Return a new HtmlAttributes with the onresize attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onResize(String script)
Append the onresize attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onScroll(String script)
Return a new HtmlAttributes with the onscroll attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onScroll(String script)
Append the onscroll attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onSeeked(String script)
Return a new HtmlAttributes with the onseeked attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onSeeked(String script)
Append the onseeked attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onSeeking(String script)
Return a new HtmlAttributes with the onseeking attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onSeeking(String script)
Append the onseeking attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onSelect(String onSelect)
Return a new HtmlAttributes with the onselect attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onSelect(String onselect)
Append the onselect attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onStalled(String script)
Return a new HtmlAttributes with the onstalled attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onStalled(String script)
Append the onstalled attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onStorage(String script)
Return a new HtmlAttributes with the onstorage attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onStorage(String script)
Append the onstorage attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onSubmit(String onSubmit)
Return a new HtmlAttributes with the onsubmit attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onSubmit(String onsubmit)
Append the onsubmit attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onSuspend(String script)
Return a new HtmlAttributes with the onsuspend attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onSuspend(String script)
Append the onsuspend attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onTimeupdate(String script)
Return a new HtmlAttributes with the ontimeupdate attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onTimeupdate(String script)
Append the ontimeupdate attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onUndo(String script)
Return a new HtmlAttributes with the onundo attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onUndo(String script)
Append the onundo attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onUnload(String onUnload)
Return a new HtmlAttributes with the onunload attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onUnload(String onunload)
Append the onunload attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onVolumechange(String script)
Return a new HtmlAttributes with the onvolumechange attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onVolumechange(String script)
Append the onvolumechange attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.onWaiting(String script)
Return a new HtmlAttributes with the onwaiting attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.onWaiting(String script)
Append the onwaiting attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.profile(String profile)
Return a new HtmlAttributes with the profile attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.profile(String profile)
Append the profile attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.prompt(String prompt)
Return a new HtmlAttributes with the prompt attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.prompt(String prompt)
Append the prompt attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.readonly(String readonly)
Return a new HtmlAttributes with the readonly attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.readonly(String readonly)
Append the readonly attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.rel(String rel)
Return a new HtmlAttributes with the rel attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.rel(String rel)
Append the rel attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.required_if(boolean condition)
If condition is true then add the attribute required with value "required".
|
HtmlAttributes |
HtmlAttributes.required_if(boolean condition)
If condition is true then add the attribute required with value "required".
|
HtmlAttributes |
HtmlAttributes.required(String required)
Append the required attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.rev(String rev)
Return a new HtmlAttributes with the rev attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.rev(String rev)
Append the rev attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.role(String role) |
HtmlAttributes |
HtmlAttributes.rows(Integer rows)
Append the rows attribute with the given Integer parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.rows(String rows)
Return a new HtmlAttributes with the rows attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.rows(String rows)
Append the rows attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.rowspan(String rowspan)
Return a new HtmlAttributes with the rowspan attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.rowspan(String rowspan)
Append the rowspan attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.rules(String rules)
Return a new HtmlAttributes with the rules attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.rules(String rules)
Append the rules attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.scheme(String scheme)
Return a new HtmlAttributes with the scheme attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.scheme(String scheme)
Append the scheme attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.scope(String scope)
Return a new HtmlAttributes with the scope attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.scope(String scope)
Append the scope attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.scrolling(String scrolling)
Return a new HtmlAttributes with the scrolling attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.scrolling(String scrolling)
Append the scrolling attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.selected_if(boolean condition)
If condition is true then add the attribute selected with value "selected".
|
HtmlAttributes |
HtmlAttributes.selected_if(boolean condition)
If condition is true then add the attribute selected with value "selected".
|
static HtmlAttributes |
HtmlAttributesFactory.selected(String selected)
Return a new HtmlAttributes with the selected attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.selected(String selected)
Append the selected attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.shape(String shape)
Return a new HtmlAttributes with the shape attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.shape(String shape)
Append the shape attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.size(Integer size)
Append the size attribute with the given Integer parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.size(String size)
Return a new HtmlAttributes with the size attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.size(String size)
Append the size attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.span(String span)
Return a new HtmlAttributes with the span attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.span(String span)
Append the span attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.spellcheck(String truefalse)
Return a new HtmlAttributes with the spellcheck attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.spellcheck(String truefalse)
Append the spellcheck attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.src(String src)
Return a new HtmlAttributes with the src attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.src(String src)
Append the src attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.standby(String standby)
Return a new HtmlAttributes with the standby attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.standby(String standby)
Append the standby attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.start(String start)
Return a new HtmlAttributes with the start attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.start(String start)
Append the start attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.style(String style)
Return a new HtmlAttributes with the style attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.style(String style)
Append the style attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.summary(String summary)
Return a new HtmlAttributes with the summary attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.summary(String summary)
Append the summary attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.tabindex(String tabindex)
Return a new HtmlAttributes with the tabindex attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.tabindex(String tabindex)
Append the tabindex attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.target(String target)
Return a new HtmlAttributes with the target attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.target(String target)
Append the target attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.text(String text)
Return a new HtmlAttributes with the text attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.text(String text)
Append the text attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.title(String title)
Return a new HtmlAttributes with the title attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.title(String title)
Append the title attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.type(String type)
Return a new HtmlAttributes with the type attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.type(String type)
Append the type attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.usemap(String usemap)
Return a new HtmlAttributes with the usemap attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.usemap(String usemap)
Append the usemap attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.valign(String valign)
Return a new HtmlAttributes with the valign attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.valign(String valign)
Append the valign attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.value(Integer value)
Append the value attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.value(String value)
Return a new HtmlAttributes with the value attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.value(String value)
Append the value attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.valuetype(String valuetype)
Return a new HtmlAttributes with the valuetype attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.valuetype(String valuetype)
Append the valuetype attribute with the given String parameter as its value.
|
HtmlAttributes |
Canvas.variable(String formVariable,
String currentValue) |
static HtmlAttributes |
HtmlAttributesFactory.version(String version)
Return a new HtmlAttributes with the version attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.version(String version)
Append the version attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.vlink(String vlink)
Return a new HtmlAttributes with the vlink attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.vlink(String vlink)
Append the vlink attribute with the given String parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.vspace(String vspace)
Return a new HtmlAttributes with the vspace attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.vspace(String vspace)
Append the vspace attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.width(Integer width)
Append the width attribute with the given integer parameter as its value.
|
static HtmlAttributes |
HtmlAttributesFactory.width(String width)
Return a new HtmlAttributes with the width attribute and the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.width(String width)
Append the width attribute with the given String parameter as its value.
|
HtmlAttributes |
HtmlAttributes.xml_lang(String xmlLang) |
static HtmlAttributes |
HtmlAttributesFactory.xmlns(String xmlns)
Return a new HtmlAttributes with the xmlns attribute and the given String parameter as its value.
|
| Constructor and Description |
|---|
HtmlAttributes(HtmlAttributes other)
Return a new HtmlAttributes with the contents of the constructor argument.
|
| Modifier and Type | Field and Description |
|---|---|
HtmlAttributes |
GenericElement.attributes |
| Modifier and Type | Class and Description |
|---|---|
class |
JQueryAttributes
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlAttributes |
JQueryAttributes.role(String role)
Deprecated.
|
Copyright © 2010–2018. All rights reserved.