public abstract class HtmlAttributesFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ESCAPE_CHARS |
static boolean |
NO_ESCAPE
Intention revealing constant to emphasize that escaping for a text item is needed or not.
|
| Constructor and Description |
|---|
HtmlAttributesFactory() |
| Modifier and Type | Method and Description |
|---|---|
static HtmlAttributes |
abbr(String abbr)
Return a new HtmlAttributes with the abbr attribute and the given String parameter as its value.
|
static HtmlAttributes |
accept_charset(String accept_charset)
Return a new HtmlAttributes with the accept-charset attribute and the given String parameter as its value.
|
static HtmlAttributes |
accept(String accept)
Return a new HtmlAttributes with the accept attribute and the given String parameter as its value.
|
static HtmlAttributes |
accesskey(String accesskey)
Return a new HtmlAttributes with the accesskey attribute and the given String parameter as its value.
|
static HtmlAttributes |
action(String action)
Return a new HtmlAttributes with the action attribute and the given String parameter as its value.
|
static HtmlAttributes |
add(String key,
String value,
boolean escapeNeeded) |
static HtmlAttributes |
align(String align)
Return a new HtmlAttributes with the align attribute and the given String parameter as its value.
|
static HtmlAttributes |
alink(String alink)
Return a new HtmlAttributes with the alink attribute and the given String parameter as its value.
|
static HtmlAttributes |
allowFullscreen(boolean allow) |
static HtmlAttributes |
allowScriptAccess(String allow) |
static HtmlAttributes |
alt(String alt)
Return a new HtmlAttributes with the alt attribute and the given String parameter as its value.
|
static HtmlAttributes |
archive(String archive)
Return a new HtmlAttributes with the archive attribute and the given String parameter as its value.
|
static HtmlAttributes |
autofocus_if(boolean condition)
If condition is true then add the attribute autofocus with value "autofocus".
|
static HtmlAttributes |
axis(String axis)
Return a new HtmlAttributes with the axis attribute and the given String parameter as its value.
|
static HtmlAttributes |
background(String background)
Return a new HtmlAttributes with the background attribute and the given String parameter as its value.
|
static HtmlAttributes |
bgcolor(String bgcolor)
Return a new HtmlAttributes with the bgcolor attribute and the given String parameter as its value.
|
static HtmlAttributes |
border(String border)
Return a new HtmlAttributes with the border attribute and the given String parameter as its value.
|
static HtmlAttributes |
cellpadding(String cellpadding)
Return a new HtmlAttributes with the cellpadding attribute and the given String parameter as its value.
|
static HtmlAttributes |
cellspacing(String cellspacing)
Return a new HtmlAttributes with the cellspacing attribute and the given String parameter as its value.
|
static HtmlAttributes |
char_(String char_)
Return a new HtmlAttributes with the char attribute and the given String parameter as its value.
|
static HtmlAttributes |
charoff(String charoff)
Return a new HtmlAttributes with the charoff attribute and the given String parameter as its value.
|
static HtmlAttributes |
charset(String charset)
Return a new HtmlAttributes with the charset attribute and the given String parameter as its value.
|
static HtmlAttributes |
checked__if(boolean condition)
If condition is true then add the attribute checked with value "checked".
|
static HtmlAttributes |
checked(String checked)
Return a new HtmlAttributes with the checked attribute and the given String parameter as its value.
|
static HtmlAttributes |
cite(String cite)
Return a new HtmlAttributes with the cite attribute and the given String parameter as its value.
|
static HtmlAttributes |
class_(String class_)
Return a new HtmlAttributes with the class attribute and the given String parameter as its value.
|
static HtmlAttributes |
classid(String classid)
Return a new HtmlAttributes with the classid attribute and the given String parameter as its value.
|
static HtmlAttributes |
clear(String clear)
Return a new HtmlAttributes with the clear attribute and the given String parameter as its value.
|
static HtmlAttributes |
code(String code)
Return a new HtmlAttributes with the code attribute and the given String parameter as its value.
|
static HtmlAttributes |
codebase(String codebase)
Return a new HtmlAttributes with the codebase attribute and the given String parameter as its value.
|
static HtmlAttributes |
codetype(String codetype)
Return a new HtmlAttributes with the codetype attribute and the given String parameter as its value.
|
static HtmlAttributes |
color(String color)
Return a new HtmlAttributes with the color attribute and the given String parameter as its value.
|
static HtmlAttributes |
cols(String cols)
Return a new HtmlAttributes with the cols attribute and the given String parameter as its value.
|
static HtmlAttributes |
colspan(String colspan)
Return a new HtmlAttributes with the colspan attribute and the given String parameter as its value.
|
static HtmlAttributes |
compact(String compact)
Return a new HtmlAttributes with the compact attribute and the given String parameter as its value.
|
static HtmlAttributes |
content(String content)
Return a new HtmlAttributes with the content attribute and the given String parameter as its value.
|
static HtmlAttributes |
contenteditable(String truefalse)
Return a new HtmlAttributes with the contenteditable attribute and the given String parameter as its value.
|
static HtmlAttributes |
contextmenu(String menu_id)
Return a new HtmlAttributes with the contextmenu attribute and the given String parameter as its value.
|
static HtmlAttributes |
coords(String coords)
Return a new HtmlAttributes with the coords attribute and the given String parameter as its value.
|
static HtmlAttributes |
data(String data)
Return a new HtmlAttributes with the data attribute and the given String parameter as its value.
|
static HtmlAttributes |
data(String extension,
String data)
Return a new HtmlAttributes with the generic data attribute and the given String parameter as its value.
|
static HtmlAttributes |
dataAjax(boolean enabled) |
static HtmlAttributes |
dataCollapsed(boolean collapsed) |
static HtmlAttributes |
dataContentTheme(String dataContentTheme) |
static HtmlAttributes |
dataDirection(String direction) |
static HtmlAttributes |
dataIcon(String icon) |
static HtmlAttributes |
dataInline(boolean inline) |
static HtmlAttributes |
dataInline(String inline) |
static HtmlAttributes |
dataInset(boolean inset) |
static HtmlAttributes |
dataMini(boolean isMini) |
static HtmlAttributes |
dataPosition(String dataPosition) |
static HtmlAttributes |
dataRel(String rel) |
static HtmlAttributes |
dataRole(String role) |
static HtmlAttributes |
dataScroll(String xy) |
static HtmlAttributes |
dataTheme(String theme) |
static HtmlAttributes |
dataType(String type) |
static HtmlAttributes |
datetime(String datetime)
Return a new HtmlAttributes with the datetime attribute and the given String parameter as its value.
|
static HtmlAttributes |
declare(String declare)
Return a new HtmlAttributes with the declare attribute and the given String parameter as its value.
|
static HtmlAttributes |
defer(String defer)
Return a new HtmlAttributes with the defer attribute and the given String parameter as its value.
|
static HtmlAttributes |
dir(String dir)
Return a new HtmlAttributes with the dir attribute and the given String parameter as its value.
|
static HtmlAttributes |
disabled_if(boolean condition)
If condition is true then add the attribute disabled with value "disabled".
|
static HtmlAttributes |
disabled(String disabled)
Return a new HtmlAttributes with the disabled attribute and the given String parameter as its value.
|
static HtmlAttributes |
draggable(String truefalseauto)
Return a new HtmlAttributes with the draggable attribute and the given String parameter as its value.
|
static HtmlAttributes |
dropzone(String copymovelink)
Return a new HtmlAttributes with the dropzone attribute and the given String parameter as its value.
|
static HtmlAttributes |
enctype(String enctype)
Return a new HtmlAttributes with the enctype attribute and the given String parameter as its value.
|
static HtmlAttributes |
face(String face)
Return a new HtmlAttributes with the face attribute and the given String parameter as its value.
|
static HtmlAttributes |
flashvars(String flashvars) |
static HtmlAttributes |
for_(String for_)
Return a new HtmlAttributes with the for attribute and the given String parameter as its value.
|
static HtmlAttributes |
frame(String frame)
Return a new HtmlAttributes with the frame attribute and the given String parameter as its value.
|
static HtmlAttributes |
frameborder(String frameborder)
Return a new HtmlAttributes with the frameborder attribute and the given String parameter as its value.
|
static HtmlAttributes |
headers(String headers)
Return a new HtmlAttributes with the headers attribute and the given String parameter as its value.
|
static HtmlAttributes |
height(String height)
Return a new HtmlAttributes with the height attribute and the given String parameter as its value.
|
static HtmlAttributes |
hidden(String hidden)
Return a new HtmlAttributes with the hidden attribute and the given String parameter as its value.
|
static HtmlAttributes |
href(String href)
Return a new HtmlAttributes with the href attribute and the given String parameter as its value.
|
static HtmlAttributes |
hreflang(String hreflang)
Return a new HtmlAttributes with the hreflang attribute and the given String parameter as its value.
|
static HtmlAttributes |
hspace(String hspace)
Return a new HtmlAttributes with the hspace attribute and the given String parameter as its value.
|
static HtmlAttributes |
http_equiv(String http_equiv)
Return a new HtmlAttributes with the http-equiv attribute and the given String parameter as its value.
|
static HtmlAttributes |
id(String id)
Return a new HtmlAttributes with the id attribute and the given String parameter as its value.
|
static HtmlAttributes |
ismap(String ismap)
Return a new HtmlAttributes with the ismap attribute and the given String parameter as its value.
|
static HtmlAttributes |
label(String label)
Return a new HtmlAttributes with the label attribute and the given String parameter as its value.
|
static HtmlAttributes |
lang(String lang)
Return a new HtmlAttributes with the lang attribute and the given String parameter as its value.
|
static HtmlAttributes |
language(String language)
Return a new HtmlAttributes with the language attribute and the given String parameter as its value.
|
static HtmlAttributes |
link(String link)
Return a new HtmlAttributes with the link attribute and the given String parameter as its value.
|
static HtmlAttributes |
longdesc(String longdesc)
Return a new HtmlAttributes with the longdesc attribute and the given String parameter as its value.
|
static HtmlAttributes |
marginheight(String marginheight)
Return a new HtmlAttributes with the marginheight attribute and the given String parameter as its value.
|
static HtmlAttributes |
marginwidth(String marginwidth)
Return a new HtmlAttributes with the marginwidth attribute and the given String parameter as its value.
|
static HtmlAttributes |
maxlength(String maxlength)
Return a new HtmlAttributes with the maxlength attribute and the given String parameter as its value.
|
static HtmlAttributes |
media(String media)
Return a new HtmlAttributes with the media attribute and the given String parameter as its value.
|
static HtmlAttributes |
method(String method)
Return a new HtmlAttributes with the method attribute and the given String parameter as its value.
|
static HtmlAttributes |
multiple(String multiple)
Return a new HtmlAttributes with the multiple attribute and the given String parameter as its value.
|
static HtmlAttributes |
name(String name)
Return a new HtmlAttributes with the name attribute and the given String parameter as its value.
|
static HtmlAttributes |
nohref(String nohref)
Return a new HtmlAttributes with the nohref attribute and the given String parameter as its value.
|
static HtmlAttributes |
noresize(String noresize)
Return a new HtmlAttributes with the noresize attribute and the given String parameter as its value.
|
static HtmlAttributes |
noshade(String noshade)
Return a new HtmlAttributes with the noshade attribute and the given String parameter as its value.
|
static HtmlAttributes |
nowrap(String nowrap)
Return a new HtmlAttributes with the nowrap attribute and the given String parameter as its value.
|
static HtmlAttributes |
object(String object)
Return a new HtmlAttributes with the object attribute and the given String parameter as its value.
|
static HtmlAttributes |
onAfterprint(String script)
Return a new HtmlAttributes with the onafterprint attribute and the given String parameter as its value.
|
static HtmlAttributes |
onBeforeonload(String script)
Return a new HtmlAttributes with the onbeforeonload attribute and the given String parameter as its value.
|
static HtmlAttributes |
onBeforeprint(String script)
Return a new HtmlAttributes with the onbeforeprint attribute and the given String parameter as its value.
|
static HtmlAttributes |
onBlur(String onBlur)
Return a new HtmlAttributes with the onblur attribute and the given String parameter as its value.
|
static HtmlAttributes |
onCanplay(String script)
Return a new HtmlAttributes with the oncanplay attribute and the given String parameter as its value.
|
static HtmlAttributes |
onCanplaythrough(String script)
Return a new HtmlAttributes with the oncanplaythrough attribute and the given String parameter as its value.
|
static HtmlAttributes |
onChange(String onChange)
Return a new HtmlAttributes with the onchange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onClick(String onClick)
Return a new HtmlAttributes with the onclick attribute and the given String parameter as its value.
|
static HtmlAttributes |
onContextmenu(String script)
Return a new HtmlAttributes with the oncontextmenu attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDblclick(String onDblclick)
Return a new HtmlAttributes with the ondblclick attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDrag(String script)
Return a new HtmlAttributes with the ondrag attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDragend(String script)
Return a new HtmlAttributes with the ondragend attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDragenter(String script)
Return a new HtmlAttributes with the ondragenter attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDragleave(String script)
Return a new HtmlAttributes with the ondragleave attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDragover(String script)
Return a new HtmlAttributes with the ondragover attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDragstart(String script)
Return a new HtmlAttributes with the ondragstart attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDrop(String script)
Return a new HtmlAttributes with the ondrop attribute and the given String parameter as its value.
|
static HtmlAttributes |
onDurationchange(String script)
Return a new HtmlAttributes with the ondurationchange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onEmptied(String script)
Return a new HtmlAttributes with the onemptied attribute and the given String parameter as its value.
|
static HtmlAttributes |
onEnded(String script)
Return a new HtmlAttributes with the onended attribute and the given String parameter as its value.
|
static HtmlAttributes |
onError(String script)
Return a new HtmlAttributes with the onerror attribute and the given String parameter as its value.
|
static HtmlAttributes |
onFocus(String onFocus)
Return a new HtmlAttributes with the onfocus attribute and the given String parameter as its value.
|
static HtmlAttributes |
onFormchange(String script)
Return a new HtmlAttributes with the onformchange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onForminput(String script)
Return a new HtmlAttributes with the onforminput attribute and the given String parameter as its value.
|
static HtmlAttributes |
onHaschange(String script)
Return a new HtmlAttributes with the onhaschange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onInput(String script)
Return a new HtmlAttributes with the oninput attribute and the given String parameter as its value.
|
static HtmlAttributes |
onInvalid(String script)
Return a new HtmlAttributes with the oninvalid attribute and the given String parameter as its value.
|
static HtmlAttributes |
onKeydown(String onKeydown)
Return a new HtmlAttributes with the onkeydown attribute and the given String parameter as its value.
|
static HtmlAttributes |
onKeypress(String onKeypress)
Return a new HtmlAttributes with the onkeypress attribute and the given String parameter as its value.
|
static HtmlAttributes |
onKeyup(String onKeyup)
Return a new HtmlAttributes with the onkeyup attribute and the given String parameter as its value.
|
static HtmlAttributes |
onLoad(String onLoad)
Return a new HtmlAttributes with the onload attribute and the given String parameter as its value.
|
static HtmlAttributes |
onLoadeddata(String script)
Return a new HtmlAttributes with the onloadeddata attribute and the given String parameter as its value.
|
static HtmlAttributes |
onLoadedmetadata(String script)
Return a new HtmlAttributes with the onloadedmetadata attribute and the given String parameter as its value.
|
static HtmlAttributes |
onLoadstart(String script)
Return a new HtmlAttributes with the onloadstart attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMessage(String script)
Return a new HtmlAttributes with the onmessage attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMousedown(String onMousedown)
Return a new HtmlAttributes with the onmousedown attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMousemove(String onMousemove)
Return a new HtmlAttributes with the onmousemove attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMouseout(String onMouseout)
Return a new HtmlAttributes with the onmouseout attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMouseover(String onMouseover)
Return a new HtmlAttributes with the onmouseover attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMouseup(String onMouseup)
Return a new HtmlAttributes with the onmouseup attribute and the given String parameter as its value.
|
static HtmlAttributes |
onMousewheel(String script)
Return a new HtmlAttributes with the onmousewheel attribute and the given String parameter as its value.
|
static HtmlAttributes |
onOffline(String script)
Return a new HtmlAttributes with the onoffline attribute and the given String parameter as its value.
|
static HtmlAttributes |
onOnline(String script)
Return a new HtmlAttributes with the ononline attribute and the given String parameter as its value.
|
static HtmlAttributes |
onPagehide(String script)
Return a new HtmlAttributes with the onpagehide attribute and the given String parameter as its value.
|
static HtmlAttributes |
onPageshow(String script)
Return a new HtmlAttributes with the onpageshow attribute and the given String parameter as its value.
|
static HtmlAttributes |
onPause(String script)
Return a new HtmlAttributes with the onpause attribute and the given String parameter as its value.
|
static HtmlAttributes |
onPlay(String script)
Return a new HtmlAttributes with the onplay attribute and the given String parameter as its value.
|
static HtmlAttributes |
onPlaying(String script)
Return a new HtmlAttributes with the onplaying attribute and the given String parameter as its value.
|
static HtmlAttributes |
onPopstate(String script)
Return a new HtmlAttributes with the onpopstate attribute and the given String parameter as its value.
|
static HtmlAttributes |
onProgress(String script)
Return a new HtmlAttributes with the onprogress attribute and the given String parameter as its value.
|
static HtmlAttributes |
onRatechange(String script)
Return a new HtmlAttributes with the onratechange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onReadystatechange(String script)
Return a new HtmlAttributes with the onreadystatechange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onRedo(String script)
Return a new HtmlAttributes with the onredo attribute and the given String parameter as its value.
|
static HtmlAttributes |
onReset(String onReset)
Return a new HtmlAttributes with the onreset attribute and the given String parameter as its value.
|
static HtmlAttributes |
onResize(String script)
Return a new HtmlAttributes with the onresize attribute and the given String parameter as its value.
|
static HtmlAttributes |
onScroll(String script)
Return a new HtmlAttributes with the onscroll attribute and the given String parameter as its value.
|
static HtmlAttributes |
onSeeked(String script)
Return a new HtmlAttributes with the onseeked attribute and the given String parameter as its value.
|
static HtmlAttributes |
onSeeking(String script)
Return a new HtmlAttributes with the onseeking attribute and the given String parameter as its value.
|
static HtmlAttributes |
onSelect(String onSelect)
Return a new HtmlAttributes with the onselect attribute and the given String parameter as its value.
|
static HtmlAttributes |
onStalled(String script)
Return a new HtmlAttributes with the onstalled attribute and the given String parameter as its value.
|
static HtmlAttributes |
onStorage(String script)
Return a new HtmlAttributes with the onstorage attribute and the given String parameter as its value.
|
static HtmlAttributes |
onSubmit(String onSubmit)
Return a new HtmlAttributes with the onsubmit attribute and the given String parameter as its value.
|
static HtmlAttributes |
onSuspend(String script)
Return a new HtmlAttributes with the onsuspend attribute and the given String parameter as its value.
|
static HtmlAttributes |
onTimeupdate(String script)
Return a new HtmlAttributes with the ontimeupdate attribute and the given String parameter as its value.
|
static HtmlAttributes |
onUndo(String script)
Return a new HtmlAttributes with the onundo attribute and the given String parameter as its value.
|
static HtmlAttributes |
onUnload(String onUnload)
Return a new HtmlAttributes with the onunload attribute and the given String parameter as its value.
|
static HtmlAttributes |
onVolumechange(String script)
Return a new HtmlAttributes with the onvolumechange attribute and the given String parameter as its value.
|
static HtmlAttributes |
onWaiting(String script)
Return a new HtmlAttributes with the onwaiting attribute and the given String parameter as its value.
|
static HtmlAttributes |
profile(String profile)
Return a new HtmlAttributes with the profile attribute and the given String parameter as its value.
|
static HtmlAttributes |
prompt(String prompt)
Return a new HtmlAttributes with the prompt attribute and the given String parameter as its value.
|
static HtmlAttributes |
readonly(String readonly)
Return a new HtmlAttributes with the readonly attribute and the given String parameter as its value.
|
static HtmlAttributes |
rel(String rel)
Return a new HtmlAttributes with the rel attribute and the given String parameter as its value.
|
static HtmlAttributes |
required_if(boolean condition)
If condition is true then add the attribute required with value "required".
|
static HtmlAttributes |
rev(String rev)
Return a new HtmlAttributes with the rev attribute and the given String parameter as its value.
|
static HtmlAttributes |
rows(String rows)
Return a new HtmlAttributes with the rows attribute and the given String parameter as its value.
|
static HtmlAttributes |
rowspan(String rowspan)
Return a new HtmlAttributes with the rowspan attribute and the given String parameter as its value.
|
static HtmlAttributes |
rules(String rules)
Return a new HtmlAttributes with the rules attribute and the given String parameter as its value.
|
static HtmlAttributes |
scheme(String scheme)
Return a new HtmlAttributes with the scheme attribute and the given String parameter as its value.
|
static HtmlAttributes |
scope(String scope)
Return a new HtmlAttributes with the scope attribute and the given String parameter as its value.
|
static HtmlAttributes |
scrolling(String scrolling)
Return a new HtmlAttributes with the scrolling attribute and the given String parameter as its value.
|
static HtmlAttributes |
selected_if(boolean condition)
If condition is true then add the attribute selected with value "selected".
|
static HtmlAttributes |
selected(String selected)
Return a new HtmlAttributes with the selected attribute and the given String parameter as its value.
|
static HtmlAttributes |
shape(String shape)
Return a new HtmlAttributes with the shape attribute and the given String parameter as its value.
|
static HtmlAttributes |
size(String size)
Return a new HtmlAttributes with the size attribute and the given String parameter as its value.
|
static HtmlAttributes |
span(String span)
Return a new HtmlAttributes with the span attribute and the given String parameter as its value.
|
static HtmlAttributes |
spellcheck(String truefalse)
Return a new HtmlAttributes with the spellcheck attribute and the given String parameter as its value.
|
static HtmlAttributes |
src(String src)
Return a new HtmlAttributes with the src attribute and the given String parameter as its value.
|
static HtmlAttributes |
standby(String standby)
Return a new HtmlAttributes with the standby attribute and the given String parameter as its value.
|
static HtmlAttributes |
start(String start)
Return a new HtmlAttributes with the start attribute and the given String parameter as its value.
|
static HtmlAttributes |
style(String style)
Return a new HtmlAttributes with the style attribute and the given String parameter as its value.
|
static HtmlAttributes |
summary(String summary)
Return a new HtmlAttributes with the summary attribute and the given String parameter as its value.
|
static HtmlAttributes |
tabindex(String tabindex)
Return a new HtmlAttributes with the tabindex attribute and the given String parameter as its value.
|
static HtmlAttributes |
target(String target)
Return a new HtmlAttributes with the target attribute and the given String parameter as its value.
|
static HtmlAttributes |
text(String text)
Return a new HtmlAttributes with the text attribute and the given String parameter as its value.
|
static HtmlAttributes |
title(String title)
Return a new HtmlAttributes with the title attribute and the given String parameter as its value.
|
static HtmlAttributes |
type(String type)
Return a new HtmlAttributes with the type attribute and the given String parameter as its value.
|
static HtmlAttributes |
usemap(String usemap)
Return a new HtmlAttributes with the usemap attribute and the given String parameter as its value.
|
static HtmlAttributes |
valign(String valign)
Return a new HtmlAttributes with the valign attribute and the given String parameter as its value.
|
static HtmlAttributes |
value(String value)
Return a new HtmlAttributes with the value attribute and the given String parameter as its value.
|
static HtmlAttributes |
valuetype(String valuetype)
Return a new HtmlAttributes with the valuetype attribute and the given String parameter as its value.
|
static HtmlAttributes |
version(String version)
Return a new HtmlAttributes with the version attribute and the given String parameter as its value.
|
static HtmlAttributes |
vlink(String vlink)
Return a new HtmlAttributes with the vlink attribute and the given String parameter as its value.
|
static HtmlAttributes |
vspace(String vspace)
Return a new HtmlAttributes with the vspace attribute and the given String parameter as its value.
|
static HtmlAttributes |
width(String width)
Return a new HtmlAttributes with the width attribute and the given String parameter as its value.
|
static HtmlAttributes |
xmlns(String xmlns)
Return a new HtmlAttributes with the xmlns attribute and the given String parameter as its value.
|
public static final boolean NO_ESCAPE
public static final boolean ESCAPE_CHARS
public static HtmlAttributes xmlns(String xmlns)
to declare an xml namespace
The value of xmlns will NOT be XML escaped. Use new HtmlAttributes().add("xmlns",value,true) if the value could have characters that need escaping.
xmlns - the String | null.HtmlAttributes instance.public static HtmlAttributes flashvars(String flashvars)
public static HtmlAttributes allowFullscreen(boolean allow)
public static HtmlAttributes allowScriptAccess(String allow)
public static HtmlAttributes add(String key, String value, boolean escapeNeeded)
public static HtmlAttributes selected_if(boolean condition)
condition - public static HtmlAttributes checked__if(boolean condition)
condition - public static HtmlAttributes disabled_if(boolean condition)
condition - public static HtmlAttributes autofocus_if(boolean condition)
condition - public static HtmlAttributes required_if(boolean condition)
condition - public static HtmlAttributes summary(String summary)
purpose/structure for speech output
The value of summary will be XML escaped. Use new HtmlAttributes().add("summary",value,false) if the value does not have characters that need escaping.
summary - the String | null.HtmlAttributes instance.public static HtmlAttributes marginheight(String marginheight)
margin height in pixels
The value of marginheight will be XML escaped. Use new HtmlAttributes().add("marginheight",value,false) if the value does not have characters that need escaping.
marginheight - the String | null.HtmlAttributes instance.public static HtmlAttributes for_(String for_)
matches field ID value
The value of for will be XML escaped. Use new HtmlAttributes().add("for",value,false) if the value does not have characters that need escaping.
for - the String | null.HtmlAttributes instance.public static HtmlAttributes accept(String accept)
list of MIME types for file upload
The value of accept will be XML escaped. Use new HtmlAttributes().add("accept",value,false) if the value does not have characters that need escaping.
accept - the String | null.HtmlAttributes instance.public static HtmlAttributes bgcolor(String bgcolor)
document background color
The value of bgcolor will be XML escaped. Use new HtmlAttributes().add("bgcolor",value,false) if the value does not have characters that need escaping.
bgcolor - the String | null.HtmlAttributes instance.public static HtmlAttributes accept_charset(String accept_charset)
list of supported charsets
The value of accept-charset will be XML escaped. Use new HtmlAttributes().add("accept-charset",value,false) if the value does not have characters that need escaping.
accept-charset - the String | null.HtmlAttributes instance.public static HtmlAttributes scheme(String scheme)
select form of content
The value of scheme will be XML escaped. Use new HtmlAttributes().add("scheme",value,false) if the value does not have characters that need escaping.
scheme - the String | null.HtmlAttributes instance.public static HtmlAttributes border(String border)
link border width
The value of border will be XML escaped. Use new HtmlAttributes().add("border",value,false) if the value does not have characters that need escaping.
border - the String | null.HtmlAttributes instance.public static HtmlAttributes vspace(String vspace)
vertical gutter
The value of vspace will be XML escaped. Use new HtmlAttributes().add("vspace",value,false) if the value does not have characters that need escaping.
vspace - the String | null.HtmlAttributes instance.public static HtmlAttributes href(String href)
URI that acts as base URI
The value of href will be XML escaped. Use new HtmlAttributes().add("href",value,false) if the value does not have characters that need escaping.
href - the String | null.HtmlAttributes instance.public static HtmlAttributes onDblclick(String onDblclick)
a pointer button was double clicked
The value of ondblclick will be XML escaped. Use new HtmlAttributes().add("ondblclick",value,false) if the value does not have characters that need escaping.
ondblclick - the String | null.HtmlAttributes instance.public static HtmlAttributes charset(String charset)
char encoding of linked resource
The value of charset will be XML escaped. Use new HtmlAttributes().add("charset",value,false) if the value does not have characters that need escaping.
charset - the String | null.HtmlAttributes instance.public static HtmlAttributes longdesc(String longdesc)
link to long description (complements title)
The value of longdesc will be XML escaped. Use new HtmlAttributes().add("longdesc",value,false) if the value does not have characters that need escaping.
longdesc - the String | null.HtmlAttributes instance.public static HtmlAttributes noshade(String noshade)
The value of noshade will be XML escaped. Use new HtmlAttributes().add("noshade",value,false) if the value does not have characters that need escaping.
noshade - the String | null.HtmlAttributes instance.public static HtmlAttributes declare(String declare)
declare but don't instantiate flag
The value of declare will be XML escaped. Use new HtmlAttributes().add("declare",value,false) if the value does not have characters that need escaping.
declare - the String | null.HtmlAttributes instance.public static HtmlAttributes content(String content)
associated information
The value of content will be XML escaped. Use new HtmlAttributes().add("content",value,false) if the value does not have characters that need escaping.
content - the String | null.HtmlAttributes instance.public static HtmlAttributes cite(String cite)
info on reason for change
The value of cite will be XML escaped. Use new HtmlAttributes().add("cite",value,false) if the value does not have characters that need escaping.
cite - the String | null.HtmlAttributes instance.public static HtmlAttributes standby(String standby)
message to show while loading
The value of standby will be XML escaped. Use new HtmlAttributes().add("standby",value,false) if the value does not have characters that need escaping.
standby - the String | null.HtmlAttributes instance.public static HtmlAttributes start(String start)
starting sequence number
The value of start will be XML escaped. Use new HtmlAttributes().add("start",value,false) if the value does not have characters that need escaping.
start - the String | null.HtmlAttributes instance.public static HtmlAttributes onMousedown(String onMousedown)
a pointer button was pressed down
The value of onmousedown will be XML escaped. Use new HtmlAttributes().add("onmousedown",value,false) if the value does not have characters that need escaping.
onmousedown - the String | null.HtmlAttributes instance.public static HtmlAttributes language(String language)
predefined script language name
The value of language will be XML escaped. Use new HtmlAttributes().add("language",value,false) if the value does not have characters that need escaping.
language - the String | null.HtmlAttributes instance.public static HtmlAttributes nohref(String nohref)
this region has no action
The value of nohref will be XML escaped. Use new HtmlAttributes().add("nohref",value,false) if the value does not have characters that need escaping.
nohref - the String | null.HtmlAttributes instance.public static HtmlAttributes vlink(String vlink)
color of visited links
The value of vlink will be XML escaped. Use new HtmlAttributes().add("vlink",value,false) if the value does not have characters that need escaping.
vlink - the String | null.HtmlAttributes instance.public static HtmlAttributes face(String face)
comma separated list of font names
The value of face will be XML escaped. Use new HtmlAttributes().add("face",value,false) if the value does not have characters that need escaping.
face - the String | null.HtmlAttributes instance.public static HtmlAttributes rev(String rev)
reverse link types
The value of rev will be XML escaped. Use new HtmlAttributes().add("rev",value,false) if the value does not have characters that need escaping.
rev - the String | null.HtmlAttributes instance.public static HtmlAttributes hspace(String hspace)
horizontal gutter
The value of hspace will be XML escaped. Use new HtmlAttributes().add("hspace",value,false) if the value does not have characters that need escaping.
hspace - the String | null.HtmlAttributes instance.public static HtmlAttributes link(String link)
color of links
The value of link will be XML escaped. Use new HtmlAttributes().add("link",value,false) if the value does not have characters that need escaping.
link - the String | null.HtmlAttributes instance.public static HtmlAttributes onUnload(String onUnload)
the document has been removed
The value of onunload will be XML escaped. Use new HtmlAttributes().add("onunload",value,false) if the value does not have characters that need escaping.
onunload - the String | null.HtmlAttributes instance.public static HtmlAttributes data(String data)
reference to object's data
The value of data will be XML escaped. Use new HtmlAttributes().add("data",value,false) if the value does not have characters that need escaping.
data - the String | null.HtmlAttributes instance.public static HtmlAttributes data(String extension, String data)
The value of data will be XML escaped Use new HtmlAttributes().add("data-" + extension,data,false) if the value does not have characters that need escaping.
data - the String | null.HtmlAttributes instance.public static HtmlAttributes marginwidth(String marginwidth)
margin widths in pixels
The value of marginwidth will be XML escaped. Use new HtmlAttributes().add("marginwidth",value,false) if the value does not have characters that need escaping.
marginwidth - the String | null.HtmlAttributes instance.public static HtmlAttributes accesskey(String accesskey)
accessibility key character
The value of accesskey will be XML escaped. Use new HtmlAttributes().add("accesskey",value,false) if the value does not have characters that need escaping.
accesskey - the String | null.HtmlAttributes instance.public static HtmlAttributes version(String version)
Constant
The value of version will be XML escaped. Use new HtmlAttributes().add("version",value,false) if the value does not have characters that need escaping.
version - the String | null.HtmlAttributes instance.public static HtmlAttributes http_equiv(String http_equiv)
HTTP response header name
The value of http-equiv will be XML escaped. Use new HtmlAttributes().add("http-equiv",value,false) if the value does not have characters that need escaping.
http-equiv - the String | null.HtmlAttributes instance.public static HtmlAttributes clear(String clear)
control of text flow
The value of clear will be XML escaped. Use new HtmlAttributes().add("clear",value,false) if the value does not have characters that need escaping.
clear - the String | null.HtmlAttributes instance.public static HtmlAttributes valuetype(String valuetype)
How to interpret value
The value of valuetype will be XML escaped. Use new HtmlAttributes().add("valuetype",value,false) if the value does not have characters that need escaping.
valuetype - the String | null.HtmlAttributes instance.public static HtmlAttributes defer(String defer)
UA may defer execution of script
The value of defer will be XML escaped. Use new HtmlAttributes().add("defer",value,false) if the value does not have characters that need escaping.
defer - the String | null.HtmlAttributes instance.public static HtmlAttributes title(String title)
advisory title
The value of title will be XML escaped. Use new HtmlAttributes().add("title",value,false) if the value does not have characters that need escaping.
title - the String | null.HtmlAttributes instance.public static HtmlAttributes enctype(String enctype)
The value of enctype will be XML escaped. Use new HtmlAttributes().add("enctype",value,false) if the value does not have characters that need escaping.
enctype - the String | null.HtmlAttributes instance.public static HtmlAttributes src(String src)
URI of image to embed
The value of src will be XML escaped. Use new HtmlAttributes().add("src",value,false) if the value does not have characters that need escaping.
src - the String | null.HtmlAttributes instance.public static HtmlAttributes datetime(String datetime)
date and time of change
The value of datetime will be XML escaped. Use new HtmlAttributes().add("datetime",value,false) if the value does not have characters that need escaping.
datetime - the String | null.HtmlAttributes instance.public static HtmlAttributes codetype(String codetype)
content type for code
The value of codetype will be XML escaped. Use new HtmlAttributes().add("codetype",value,false) if the value does not have characters that need escaping.
codetype - the String | null.HtmlAttributes instance.public static HtmlAttributes charoff(String charoff)
offset for alignment char
The value of charoff will be XML escaped. Use new HtmlAttributes().add("charoff",value,false) if the value does not have characters that need escaping.
charoff - the String | null.HtmlAttributes instance.public static HtmlAttributes onKeydown(String onKeydown)
a key was pressed down
The value of onkeydown will be XML escaped. Use new HtmlAttributes().add("onkeydown",value,false) if the value does not have characters that need escaping.
onkeydown - the String | null.HtmlAttributes instance.public static HtmlAttributes onKeypress(String onKeypress)
a key was pressed and released
The value of onkeypress will be XML escaped. Use new HtmlAttributes().add("onkeypress",value,false) if the value does not have characters that need escaping.
onkeypress - the String | null.HtmlAttributes instance.public static HtmlAttributes onSubmit(String onSubmit)
the form was submitted
The value of onsubmit will be XML escaped. Use new HtmlAttributes().add("onsubmit",value,false) if the value does not have characters that need escaping.
onsubmit - the String | null.HtmlAttributes instance.public static HtmlAttributes alink(String alink)
color of selected links
The value of alink will be XML escaped. Use new HtmlAttributes().add("alink",value,false) if the value does not have characters that need escaping.
alink - the String | null.HtmlAttributes instance.public static HtmlAttributes background(String background)
texture tile for document background
The value of background will be XML escaped. Use new HtmlAttributes().add("background",value,false) if the value does not have characters that need escaping.
background - the String | null.HtmlAttributes instance.public static HtmlAttributes method(String method)
HTTP method used to submit the form
The value of method will be XML escaped. Use new HtmlAttributes().add("method",value,false) if the value does not have characters that need escaping.
method - the String | null.HtmlAttributes instance.public static HtmlAttributes archive(String archive)
comma separated archive list
The value of archive will be XML escaped. Use new HtmlAttributes().add("archive",value,false) if the value does not have characters that need escaping.
archive - the String | null.HtmlAttributes instance.public static HtmlAttributes prompt(String prompt)
prompt message
The value of prompt will be XML escaped. Use new HtmlAttributes().add("prompt",value,false) if the value does not have characters that need escaping.
prompt - the String | null.HtmlAttributes instance.public static HtmlAttributes rel(String rel)
forward link types
The value of rel will be XML escaped. Use new HtmlAttributes().add("rel",value,false) if the value does not have characters that need escaping.
rel - the String | null.HtmlAttributes instance.public static HtmlAttributes checked(String checked)
for radio buttons and check boxes
The value of checked will be XML escaped. Use new HtmlAttributes().add("checked",value,false) if the value does not have characters that need escaping.
checked - the String | null.HtmlAttributes instance.public static HtmlAttributes readonly(String readonly)
for text and passwd
The value of readonly will be XML escaped. Use new HtmlAttributes().add("readonly",value,false) if the value does not have characters that need escaping.
readonly - the String | null.HtmlAttributes instance.public static HtmlAttributes headers(String headers)
list of id's for header cells
The value of headers will be XML escaped. Use new HtmlAttributes().add("headers",value,false) if the value does not have characters that need escaping.
headers - the String | null.HtmlAttributes instance.public static HtmlAttributes cols(String cols)
The value of cols will be XML escaped. Use new HtmlAttributes().add("cols",value,false) if the value does not have characters that need escaping.
cols - the String | null.HtmlAttributes instance.public static HtmlAttributes char_(String char_)
alignment char, e.g. char=':'
The value of char will be XML escaped. Use new HtmlAttributes().add("char",value,false) if the value does not have characters that need escaping.
char - the String | null.HtmlAttributes instance.public static HtmlAttributes cellpadding(String cellpadding)
spacing within cells
The value of cellpadding will be XML escaped. Use new HtmlAttributes().add("cellpadding",value,false) if the value does not have characters that need escaping.
cellpadding - the String | null.HtmlAttributes instance.public static HtmlAttributes type(String type)
for use as form button
The value of type will be XML escaped. Use new HtmlAttributes().add("type",value,false) if the value does not have characters that need escaping.
type - the String | null.HtmlAttributes instance.public static HtmlAttributes cellspacing(String cellspacing)
spacing between cells
The value of cellspacing will be XML escaped. Use new HtmlAttributes().add("cellspacing",value,false) if the value does not have characters that need escaping.
cellspacing - the String | null.HtmlAttributes instance.public static HtmlAttributes hreflang(String hreflang)
language code
The value of hreflang will be XML escaped. Use new HtmlAttributes().add("hreflang",value,false) if the value does not have characters that need escaping.
hreflang - the String | null.HtmlAttributes instance.public static HtmlAttributes frameborder(String frameborder)
request frame borders?
The value of frameborder will be XML escaped. Use new HtmlAttributes().add("frameborder",value,false) if the value does not have characters that need escaping.
frameborder - the String | null.HtmlAttributes instance.public static HtmlAttributes compact(String compact)
reduced interitem spacing
The value of compact will be XML escaped. Use new HtmlAttributes().add("compact",value,false) if the value does not have characters that need escaping.
compact - the String | null.HtmlAttributes instance.public static HtmlAttributes height(String height)
height for cell
The value of height will be XML escaped. Use new HtmlAttributes().add("height",value,false) if the value does not have characters that need escaping.
height - the String | null.HtmlAttributes instance.public static HtmlAttributes maxlength(String maxlength)
max chars for text fields
The value of maxlength will be XML escaped. Use new HtmlAttributes().add("maxlength",value,false) if the value does not have characters that need escaping.
maxlength - the String | null.HtmlAttributes instance.public static HtmlAttributes onBlur(String onBlur)
the element lost the focus
The value of onblur will be XML escaped. Use new HtmlAttributes().add("onblur",value,false) if the value does not have characters that need escaping.
onblur - the String | null.HtmlAttributes instance.public static HtmlAttributes value(String value)
reset sequence number
The value of value will be XML escaped. Use new HtmlAttributes().add("value",value,false) if the value does not have characters that need escaping.
value - the String | null.HtmlAttributes instance.public static HtmlAttributes action(String action)
server-side form handler
The value of action will be XML escaped. Use new HtmlAttributes().add("action",value,false) if the value does not have characters that need escaping.
action - the String | null.HtmlAttributes instance.public static HtmlAttributes text(String text)
document text color
The value of text will be XML escaped. Use new HtmlAttributes().add("text",value,false) if the value does not have characters that need escaping.
text - the String | null.HtmlAttributes instance.public static HtmlAttributes colspan(String colspan)
number of cols spanned by cell
The value of colspan will be XML escaped. Use new HtmlAttributes().add("colspan",value,false) if the value does not have characters that need escaping.
colspan - the String | null.HtmlAttributes instance.public static HtmlAttributes onMouseout(String onMouseout)
a pointer was moved away
The value of onmouseout will be XML escaped. Use new HtmlAttributes().add("onmouseout",value,false) if the value does not have characters that need escaping.
onmouseout - the String | null.HtmlAttributes instance.public static HtmlAttributes width(String width)
The value of width will be XML escaped. Use new HtmlAttributes().add("width",value,false) if the value does not have characters that need escaping.
width - the String | null.HtmlAttributes instance.public static HtmlAttributes align(String align)
The value of align will be XML escaped. Use new HtmlAttributes().add("align",value,false) if the value does not have characters that need escaping.
align - the String | null.HtmlAttributes instance.public static HtmlAttributes abbr(String abbr)
abbreviation for header cell
The value of abbr will be XML escaped. Use new HtmlAttributes().add("abbr",value,false) if the value does not have characters that need escaping.
abbr - the String | null.HtmlAttributes instance.public static HtmlAttributes class_(String class_)
space separated list of classes
The value of class will be XML escaped. Use new HtmlAttributes().add("class",value,false) if the value does not have characters that need escaping.
class - the String | null.HtmlAttributes instance.public static HtmlAttributes onKeyup(String onKeyup)
a key was released
The value of onkeyup will be XML escaped. Use new HtmlAttributes().add("onkeyup",value,false) if the value does not have characters that need escaping.
onkeyup - the String | null.HtmlAttributes instance.public static HtmlAttributes label(String label)
for use in hierarchical menus
The value of label will be XML escaped. Use new HtmlAttributes().add("label",value,false) if the value does not have characters that need escaping.
label - the String | null.HtmlAttributes instance.public static HtmlAttributes onFocus(String onFocus)
the element got the focus
The value of onfocus will be XML escaped. Use new HtmlAttributes().add("onfocus",value,false) if the value does not have characters that need escaping.
onfocus - the String | null.HtmlAttributes instance.public static HtmlAttributes shape(String shape)
for use with client-side image maps
The value of shape will be XML escaped. Use new HtmlAttributes().add("shape",value,false) if the value does not have characters that need escaping.
shape - the String | null.HtmlAttributes instance.public static HtmlAttributes code(String code)
applet class file
The value of code will be XML escaped. Use new HtmlAttributes().add("code",value,false) if the value does not have characters that need escaping.
code - the String | null.HtmlAttributes instance.public static HtmlAttributes rowspan(String rowspan)
number of rows spanned by cell
The value of rowspan will be XML escaped. Use new HtmlAttributes().add("rowspan",value,false) if the value does not have characters that need escaping.
rowspan - the String | null.HtmlAttributes instance.public static HtmlAttributes noresize(String noresize)
allow users to resize frames?
The value of noresize will be XML escaped. Use new HtmlAttributes().add("noresize",value,false) if the value does not have characters that need escaping.
noresize - the String | null.HtmlAttributes instance.public static HtmlAttributes size(String size)
rows visible
The value of size will be XML escaped. Use new HtmlAttributes().add("size",value,false) if the value does not have characters that need escaping.
size - the String | null.HtmlAttributes instance.public static HtmlAttributes onReset(String onReset)
the form was reset
The value of onreset will be XML escaped. Use new HtmlAttributes().add("onreset",value,false) if the value does not have characters that need escaping.
onreset - the String | null.HtmlAttributes instance.public static HtmlAttributes rows(String rows)
The value of rows will be XML escaped. Use new HtmlAttributes().add("rows",value,false) if the value does not have characters that need escaping.
rows - the String | null.HtmlAttributes instance.public static HtmlAttributes frame(String frame)
which parts of frame to render
The value of frame will be XML escaped. Use new HtmlAttributes().add("frame",value,false) if the value does not have characters that need escaping.
frame - the String | null.HtmlAttributes instance.public static HtmlAttributes onSelect(String onSelect)
some text was selected
The value of onselect will be XML escaped. Use new HtmlAttributes().add("onselect",value,false) if the value does not have characters that need escaping.
onselect - the String | null.HtmlAttributes instance.public static HtmlAttributes scrolling(String scrolling)
scrollbar or none
The value of scrolling will be XML escaped. Use new HtmlAttributes().add("scrolling",value,false) if the value does not have characters that need escaping.
scrolling - the String | null.HtmlAttributes instance.public static HtmlAttributes media(String media)
for rendering on these media
The value of media will be XML escaped. Use new HtmlAttributes().add("media",value,false) if the value does not have characters that need escaping.
media - the String | null.HtmlAttributes instance.public static HtmlAttributes span(String span)
default number of columns in group
The value of span will be XML escaped. Use new HtmlAttributes().add("span",value,false) if the value does not have characters that need escaping.
span - the String | null.HtmlAttributes instance.public static HtmlAttributes scope(String scope)
scope covered by header cells
The value of scope will be XML escaped. Use new HtmlAttributes().add("scope",value,false) if the value does not have characters that need escaping.
scope - the String | null.HtmlAttributes instance.public static HtmlAttributes usemap(String usemap)
use client-side image map
The value of usemap will be XML escaped. Use new HtmlAttributes().add("usemap",value,false) if the value does not have characters that need escaping.
usemap - the String | null.HtmlAttributes instance.public static HtmlAttributes object(String object)
serialized applet file
The value of object will be XML escaped. Use new HtmlAttributes().add("object",value,false) if the value does not have characters that need escaping.
object - the String | null.HtmlAttributes instance.public static HtmlAttributes lang(String lang)
language code
The value of lang will be XML escaped. Use new HtmlAttributes().add("lang",value,false) if the value does not have characters that need escaping.
lang - the String | null.HtmlAttributes instance.public static HtmlAttributes id(String id)
document-wide unique id
The value of id will be XML escaped. Use new HtmlAttributes().add("id",value,false) if the value does not have characters that need escaping.
id - the String | null.HtmlAttributes instance.public static HtmlAttributes selected(String selected)
The value of selected will be XML escaped. Use new HtmlAttributes().add("selected",value,false) if the value does not have characters that need escaping.
selected - the String | null.HtmlAttributes instance.public static HtmlAttributes ismap(String ismap)
use server-side image map
The value of ismap will be XML escaped. Use new HtmlAttributes().add("ismap",value,false) if the value does not have characters that need escaping.
ismap - the String | null.HtmlAttributes instance.public static HtmlAttributes style(String style)
associated style info
The value of style will be XML escaped. Use new HtmlAttributes().add("style",value,false) if the value does not have characters that need escaping.
style - the String | null.HtmlAttributes instance.public static HtmlAttributes dir(String dir)
directionality
The value of dir will be XML escaped. Use new HtmlAttributes().add("dir",value,false) if the value does not have characters that need escaping.
dir - the String | null.HtmlAttributes instance.public static HtmlAttributes alt(String alt)
short description
The value of alt will be XML escaped. Use new HtmlAttributes().add("alt",value,false) if the value does not have characters that need escaping.
alt - the String | null.HtmlAttributes instance.public static HtmlAttributes name(String name)
metainformation name
The value of name will be XML escaped. Use new HtmlAttributes().add("name",value,false) if the value does not have characters that need escaping.
name - the String | null.HtmlAttributes instance.public static HtmlAttributes onMouseup(String onMouseup)
a pointer button was released
The value of onmouseup will be XML escaped. Use new HtmlAttributes().add("onmouseup",value,false) if the value does not have characters that need escaping.
onmouseup - the String | null.HtmlAttributes instance.public static HtmlAttributes nowrap(String nowrap)
suppress word wrap
The value of nowrap will be XML escaped. Use new HtmlAttributes().add("nowrap",value,false) if the value does not have characters that need escaping.
nowrap - the String | null.HtmlAttributes instance.public static HtmlAttributes multiple(String multiple)
default is single selection
The value of multiple will be XML escaped. Use new HtmlAttributes().add("multiple",value,false) if the value does not have characters that need escaping.
multiple - the String | null.HtmlAttributes instance.public static HtmlAttributes classid(String classid)
identifies an implementation
The value of classid will be XML escaped. Use new HtmlAttributes().add("classid",value,false) if the value does not have characters that need escaping.
classid - the String | null.HtmlAttributes instance.public static HtmlAttributes profile(String profile)
named dictionary of meta info
The value of profile will be XML escaped. Use new HtmlAttributes().add("profile",value,false) if the value does not have characters that need escaping.
profile - the String | null.HtmlAttributes instance.public static HtmlAttributes axis(String axis)
names groups of related headers
The value of axis will be XML escaped. Use new HtmlAttributes().add("axis",value,false) if the value does not have characters that need escaping.
axis - the String | null.HtmlAttributes instance.public static HtmlAttributes onMousemove(String onMousemove)
a pointer was moved within
The value of onmousemove will be XML escaped. Use new HtmlAttributes().add("onmousemove",value,false) if the value does not have characters that need escaping.
onmousemove - the String | null.HtmlAttributes instance.public static HtmlAttributes tabindex(String tabindex)
position in tabbing order
The value of tabindex will be XML escaped. Use new HtmlAttributes().add("tabindex",value,false) if the value does not have characters that need escaping.
tabindex - the String | null.HtmlAttributes instance.public static HtmlAttributes onChange(String onChange)
the element value was changed
The value of onchange will be XML escaped. Use new HtmlAttributes().add("onchange",value,false) if the value does not have characters that need escaping.
onchange - the String | null.HtmlAttributes instance.public static HtmlAttributes rules(String rules)
rulings between rows and cols
The value of rules will be XML escaped. Use new HtmlAttributes().add("rules",value,false) if the value does not have characters that need escaping.
rules - the String | null.HtmlAttributes instance.public static HtmlAttributes onMouseover(String onMouseover)
a pointer was moved onto
The value of onmouseover will be XML escaped. Use new HtmlAttributes().add("onmouseover",value,false) if the value does not have characters that need escaping.
onmouseover - the String | null.HtmlAttributes instance.public static HtmlAttributes coords(String coords)
for use with client-side image maps
The value of coords will be XML escaped. Use new HtmlAttributes().add("coords",value,false) if the value does not have characters that need escaping.
coords - the String | null.HtmlAttributes instance.public static HtmlAttributes color(String color)
text color
The value of color will be XML escaped. Use new HtmlAttributes().add("color",value,false) if the value does not have characters that need escaping.
color - the String | null.HtmlAttributes instance.public static HtmlAttributes onLoad(String onLoad)
the document has been loaded
The value of onload will be XML escaped. Use new HtmlAttributes().add("onload",value,false) if the value does not have characters that need escaping.
onload - the String | null.HtmlAttributes instance.public static HtmlAttributes target(String target)
render in this frame
The value of target will be XML escaped. Use new HtmlAttributes().add("target",value,false) if the value does not have characters that need escaping.
target - the String | null.HtmlAttributes instance.public static HtmlAttributes onClick(String onClick)
a pointer button was clicked
The value of onclick will be XML escaped. Use new HtmlAttributes().add("onclick",value,false) if the value does not have characters that need escaping.
onclick - the String | null.HtmlAttributes instance.public static HtmlAttributes valign(String valign)
vertical alignment in cells
The value of valign will be XML escaped. Use new HtmlAttributes().add("valign",value,false) if the value does not have characters that need escaping.
valign - the String | null.HtmlAttributes instance.public static HtmlAttributes disabled(String disabled)
unavailable in this context
The value of disabled will be XML escaped. Use new HtmlAttributes().add("disabled",value,false) if the value does not have characters that need escaping.
disabled - the String | null.HtmlAttributes instance.public static HtmlAttributes codebase(String codebase)
optional base URI for applet
The value of codebase will be XML escaped. Use new HtmlAttributes().add("codebase",value,false) if the value does not have characters that need escaping.
codebase - the String | null.HtmlAttributes instance.public static HtmlAttributes onContextmenu(String script)
Script to be run when a context menu is triggered
The value of oncontextmenu will be XML escaped. Use new HtmlAttributes().add("oncontextmenu",value,false) if the value does not have characters that need escaping.
oncontextmenu - the String | null.HtmlAttributes instance.public static HtmlAttributes onFormchange(String script)
Script to be run when a form changes
The value of onformchange will be XML escaped. Use new HtmlAttributes().add("onformchange",value,false) if the value does not have characters that need escaping.
onformchange - the String | null.HtmlAttributes instance.public static HtmlAttributes onForminput(String script)
Script to be run when a form gets user input
The value of onforminput will be XML escaped. Use new HtmlAttributes().add("onforminput",value,false) if the value does not have characters that need escaping.
onforminput - the String | null.HtmlAttributes instance.public static HtmlAttributes onInput(String script)
Script to be run when an element gets user input
The value of oninput will be XML escaped. Use new HtmlAttributes().add("oninput",value,false) if the value does not have characters that need escaping.
oninput - the String | null.HtmlAttributes instance.public static HtmlAttributes onInvalid(String script)
Script to be run when an element is invalid
The value of oninvalid will be XML escaped. Use new HtmlAttributes().add("oninvalid",value,false) if the value does not have characters that need escaping.
oninvalid - the String | null.HtmlAttributes instance.public static HtmlAttributes onCanplay(String script)
Script to be run when media can start play, but might has to stop for buffering
The value of oncanplay will be XML escaped. Use new HtmlAttributes().add("oncanplay",value,false) if the value does not have characters that need escaping.
oncanplay - the String | null.HtmlAttributes instance.public static HtmlAttributes onCanplaythrough(String script)
Script to be run when media can be played to the end, without stopping for buffering
The value of oncanplaythrough will be XML escaped. Use new HtmlAttributes().add("oncanplaythrough",value,false) if the value does not have characters that need escaping.
oncanplaythrough - the String | null.HtmlAttributes instance.public static HtmlAttributes onDurationchange(String script)
Script to be run when the length of the media is changed
The value of ondurationchange will be XML escaped. Use new HtmlAttributes().add("ondurationchange",value,false) if the value does not have characters that need escaping.
ondurationchange - the String | null.HtmlAttributes instance.public static HtmlAttributes onEmptied(String script)
Script to be run when a media resource element suddenly becomes empty (network errors, errors on load etc.)
The value of onemptied will be XML escaped. Use new HtmlAttributes().add("onemptied",value,false) if the value does not have characters that need escaping.
onemptied - the String | null.HtmlAttributes instance.public static HtmlAttributes onEnded(String script)
Script to be run when media has reach the end
The value of onended will be XML escaped. Use new HtmlAttributes().add("onended",value,false) if the value does not have characters that need escaping.
onended - the String | null.HtmlAttributes instance.public static HtmlAttributes onLoadeddata(String script)
Script to be run when media data is loaded
The value of onloadeddata will be XML escaped. Use new HtmlAttributes().add("onloadeddata",value,false) if the value does not have characters that need escaping.
onloadeddata - the String | null.HtmlAttributes instance.public static HtmlAttributes onLoadedmetadata(String script)
Script to be run when the duration and other media data of a media element is loaded
The value of onloadedmetadata will be XML escaped. Use new HtmlAttributes().add("onloadedmetadata",value,false) if the value does not have characters that need escaping.
onloadedmetadata - the String | null.HtmlAttributes instance.public static HtmlAttributes onLoadstart(String script)
Script to be run when the browser starts to load the media data
The value of onloadstart will be XML escaped. Use new HtmlAttributes().add("onloadstart",value,false) if the value does not have characters that need escaping.
onloadstart - the String | null.HtmlAttributes instance.public static HtmlAttributes onPause(String script)
Script to be run when media data is paused
The value of onpause will be XML escaped. Use new HtmlAttributes().add("onpause",value,false) if the value does not have characters that need escaping.
onpause - the String | null.HtmlAttributes instance.public static HtmlAttributes onPlay(String script)
Script to be run when media data is going to start playing
The value of onplay will be XML escaped. Use new HtmlAttributes().add("onplay",value,false) if the value does not have characters that need escaping.
onplay - the String | null.HtmlAttributes instance.public static HtmlAttributes onPlaying(String script)
Script to be run when media data has start playing
The value of onplaying will be XML escaped. Use new HtmlAttributes().add("onplaying",value,false) if the value does not have characters that need escaping.
onplaying - the String | null.HtmlAttributes instance.public static HtmlAttributes onProgress(String script)
Script to be run when the browser is fetching the media data
The value of onprogress will be XML escaped. Use new HtmlAttributes().add("onprogress",value,false) if the value does not have characters that need escaping.
onprogress - the String | null.HtmlAttributes instance.public static HtmlAttributes onRatechange(String script)
Script to be run when the media data's playing rate has changed
The value of onratechange will be XML escaped. Use new HtmlAttributes().add("onratechange",value,false) if the value does not have characters that need escaping.
onratechange - the String | null.HtmlAttributes instance.public static HtmlAttributes onReadystatechange(String script)
Script to be run when the ready-state changes
The value of onreadystatechange will be XML escaped. Use new HtmlAttributes().add("onreadystatechange",value,false) if the value does not have characters that need escaping.
onreadystatechange - the String | null.HtmlAttributes instance.public static HtmlAttributes onSeeked(String script)
Script to be run when a media element's seeking attribute is no longer true, and the seeking has ended
The value of onseeked will be XML escaped. Use new HtmlAttributes().add("onseeked",value,false) if the value does not have characters that need escaping.
onseeked - the String | null.HtmlAttributes instance.public static HtmlAttributes onSeeking(String script)
Script to be run when a media element's seeking attribute is true, and the seeking has begun
The value of onseeking will be XML escaped. Use new HtmlAttributes().add("onseeking",value,false) if the value does not have characters that need escaping.
onseeking - the String | null.HtmlAttributes instance.public static HtmlAttributes onStalled(String script)
Script to be run when there is an error in fetching media data (stalled)
The value of onstalled will be XML escaped. Use new HtmlAttributes().add("onstalled",value,false) if the value does not have characters that need escaping.
onstalled - the String | null.HtmlAttributes instance.public static HtmlAttributes onSuspend(String script)
Script to be run when the browser has been fetching media data, but stopped before the entire media file was fetched
The value of onsuspend will be XML escaped. Use new HtmlAttributes().add("onsuspend",value,false) if the value does not have characters that need escaping.
onsuspend - the String | null.HtmlAttributes instance.public static HtmlAttributes onTimeupdate(String script)
Script to be run when media changes its playing position
The value of ontimeupdate will be XML escaped. Use new HtmlAttributes().add("ontimeupdate",value,false) if the value does not have characters that need escaping.
ontimeupdate - the String | null.HtmlAttributes instance.public static HtmlAttributes onVolumechange(String script)
Script to be run when media changes the volume, also when volume is set to "mute"
The value of onvolumechange will be XML escaped. Use new HtmlAttributes().add("onvolumechange",value,false) if the value does not have characters that need escaping.
onvolumechange - the String | null.HtmlAttributes instance.public static HtmlAttributes onWaiting(String script)
Script to be run when media has stopped playing, but is expected to resume
The value of onwaiting will be XML escaped. Use new HtmlAttributes().add("onwaiting",value,false) if the value does not have characters that need escaping.
onwaiting - the String | null.HtmlAttributes instance.public static HtmlAttributes onDrag(String script)
Script to be run when an element is dragged
The value of ondrag will be XML escaped. Use new HtmlAttributes().add("ondrag",value,false) if the value does not have characters that need escaping.
ondrag - the String | null.HtmlAttributes instance.public static HtmlAttributes onDragend(String script)
Script to be run at the end of a drag operation
The value of ondragend will be XML escaped. Use new HtmlAttributes().add("ondragend",value,false) if the value does not have characters that need escaping.
ondragend - the String | null.HtmlAttributes instance.public static HtmlAttributes onDragenter(String script)
Script to be run when an element has been dragged to a valid drop target
The value of ondragenter will be XML escaped. Use new HtmlAttributes().add("ondragenter",value,false) if the value does not have characters that need escaping.
ondragenter - the String | null.HtmlAttributes instance.public static HtmlAttributes onDragleave(String script)
Script to be run when an element leaves a valid drop target
The value of ondragleave will be XML escaped. Use new HtmlAttributes().add("ondragleave",value,false) if the value does not have characters that need escaping.
ondragleave - the String | null.HtmlAttributes instance.public static HtmlAttributes onDragover(String script)
Script to be run when an element is being dragged over a valid drop target
The value of ondragover will be XML escaped. Use new HtmlAttributes().add("ondragover",value,false) if the value does not have characters that need escaping.
ondragover - the String | null.HtmlAttributes instance.public static HtmlAttributes onDragstart(String script)
Script to be run at the start of a drag operation
The value of ondragstart will be XML escaped. Use new HtmlAttributes().add("ondragstart",value,false) if the value does not have characters that need escaping.
ondragstart - the String | null.HtmlAttributes instance.public static HtmlAttributes onDrop(String script)
Script to be run when dragged element is being dropped
The value of ondrop will be XML escaped. Use new HtmlAttributes().add("ondrop",value,false) if the value does not have characters that need escaping.
ondrop - the String | null.HtmlAttributes instance.public static HtmlAttributes onMousewheel(String script)
Script to be run when the mouse wheel is being rotated
The value of onmousewheel will be XML escaped. Use new HtmlAttributes().add("onmousewheel",value,false) if the value does not have characters that need escaping.
onmousewheel - the String | null.HtmlAttributes instance.public static HtmlAttributes onScroll(String script)
Script to be run when an element's scrollbar is being scrolled
The value of onscroll will be XML escaped. Use new HtmlAttributes().add("onscroll",value,false) if the value does not have characters that need escaping.
onscroll - the String | null.HtmlAttributes instance.public static HtmlAttributes contenteditable(String truefalse)
Specifies if the user is allowed to edit the content or not
The value of contenteditable will be XML escaped. Use new HtmlAttributes().add("contenteditable",value,false) if the value does not have characters that need escaping.
contenteditable - the String | null.HtmlAttributes instance.public static HtmlAttributes contextmenu(String menu_id)
Specifies the context menu for an element
The value of contextmenu will be XML escaped. Use new HtmlAttributes().add("contextmenu",value,false) if the value does not have characters that need escaping.
contextmenu - the String | null.HtmlAttributes instance.public static HtmlAttributes draggable(String truefalseauto)
Specifies whether or not a user is allowed to drag an element
The value of draggable will be XML escaped. Use new HtmlAttributes().add("draggable",value,false) if the value does not have characters that need escaping.
draggable - the String | null.HtmlAttributes instance.public static HtmlAttributes dropzone(String copymovelink)
Specifies what happens when dragged items/data is dropped in the element
The value of dropzone will be XML escaped. Use new HtmlAttributes().add("dropzone",value,false) if the value does not have characters that need escaping.
dropzone - the String | null.HtmlAttributes instance.public static HtmlAttributes hidden(String hidden)
Specifies that the element is not relevant. Hidden elements are not displayed
The value of hidden will be XML escaped. Use new HtmlAttributes().add("hidden",value,false) if the value does not have characters that need escaping.
hidden - the String | null.HtmlAttributes instance.public static HtmlAttributes spellcheck(String truefalse)
Specifies if the element must have its spelling and grammar checked
The value of spellcheck will be XML escaped. Use new HtmlAttributes().add("spellcheck",value,false) if the value does not have characters that need escaping.
spellcheck - the String | null.HtmlAttributes instance.public static HtmlAttributes onAfterprint(String script)
Script to be run after the document is printed
The value of onafterprint will be XML escaped. Use new HtmlAttributes().add("onafterprint",value,false) if the value does not have characters that need escaping.
onafterprint - the String | null.HtmlAttributes instance.public static HtmlAttributes onBeforeprint(String script)
Script to be run before the document is printed
The value of onbeforeprint will be XML escaped. Use new HtmlAttributes().add("onbeforeprint",value,false) if the value does not have characters that need escaping.
onbeforeprint - the String | null.HtmlAttributes instance.public static HtmlAttributes onBeforeonload(String script)
Script to be run before the document loads
The value of onbeforeonload will be XML escaped. Use new HtmlAttributes().add("onbeforeonload",value,false) if the value does not have characters that need escaping.
onbeforeonload - the String | null.HtmlAttributes instance.public static HtmlAttributes onError(String script)
Script to be run when an error occur
The value of onerror will be XML escaped. Use new HtmlAttributes().add("onerror",value,false) if the value does not have characters that need escaping.
onerror - the String | null.HtmlAttributes instance.public static HtmlAttributes onHaschange(String script)
Script to be run when the document has change
The value of onhaschange will be XML escaped. Use new HtmlAttributes().add("onhaschange",value,false) if the value does not have characters that need escaping.
onhaschange - the String | null.HtmlAttributes instance.public static HtmlAttributes onMessage(String script)
Script to be run when the message is triggered
The value of onmessage will be XML escaped. Use new HtmlAttributes().add("onmessage",value,false) if the value does not have characters that need escaping.
onmessage - the String | null.HtmlAttributes instance.public static HtmlAttributes onOffline(String script)
Script to be run when the document goes offline
The value of onoffline will be XML escaped. Use new HtmlAttributes().add("onoffline",value,false) if the value does not have characters that need escaping.
onoffline - the String | null.HtmlAttributes instance.public static HtmlAttributes onOnline(String script)
Script to be run when the document comes online
The value of ononline will be XML escaped. Use new HtmlAttributes().add("ononline",value,false) if the value does not have characters that need escaping.
ononline - the String | null.HtmlAttributes instance.public static HtmlAttributes onPagehide(String script)
Script to be run when the window is hidden
The value of onpagehide will be XML escaped. Use new HtmlAttributes().add("onpagehide",value,false) if the value does not have characters that need escaping.
onpagehide - the String | null.HtmlAttributes instance.public static HtmlAttributes onPageshow(String script)
Script to be run when the window becomes visible
The value of onpageshow will be XML escaped. Use new HtmlAttributes().add("onpageshow",value,false) if the value does not have characters that need escaping.
onpageshow - the String | null.HtmlAttributes instance.public static HtmlAttributes onPopstate(String script)
Script to be run when the window's history changes
The value of onpopstate will be XML escaped. Use new HtmlAttributes().add("onpopstate",value,false) if the value does not have characters that need escaping.
onpopstate - the String | null.HtmlAttributes instance.public static HtmlAttributes onRedo(String script)
Script to be run when the document performs a redo
The value of onredo will be XML escaped. Use new HtmlAttributes().add("onredo",value,false) if the value does not have characters that need escaping.
onredo - the String | null.HtmlAttributes instance.public static HtmlAttributes onResize(String script)
Script to be run when the window is resized
The value of onresize will be XML escaped. Use new HtmlAttributes().add("onresize",value,false) if the value does not have characters that need escaping.
onresize - the String | null.HtmlAttributes instance.public static HtmlAttributes onStorage(String script)
Script to be run when a document loads
The value of onstorage will be XML escaped. Use new HtmlAttributes().add("onstorage",value,false) if the value does not have characters that need escaping.
onstorage - the String | null.HtmlAttributes instance.public static HtmlAttributes onUndo(String script)
Script to be run when a document performs an undo
The value of onundo will be XML escaped. Use new HtmlAttributes().add("onundo",value,false) if the value does not have characters that need escaping.
onundo - the String | null.HtmlAttributes instance.public static HtmlAttributes dataAjax(boolean enabled)
public static HtmlAttributes dataRole(String role)
public static HtmlAttributes dataIcon(String icon)
public static HtmlAttributes dataType(String type)
public static HtmlAttributes dataInline(boolean inline)
public static HtmlAttributes dataCollapsed(boolean collapsed)
public static HtmlAttributes dataTheme(String theme)
public static HtmlAttributes dataInset(boolean inset)
public static HtmlAttributes dataDirection(String direction)
public static HtmlAttributes dataScroll(String xy)
public static HtmlAttributes dataRel(String rel)
public static HtmlAttributes dataInline(String inline)
public static HtmlAttributes dataMini(boolean isMini)
public static HtmlAttributes dataPosition(String dataPosition)
public static HtmlAttributes dataContentTheme(String dataContentTheme)
Copyright © 2010–2018. All rights reserved.