Attributes class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
accept
→ const Attribute
-
-
acceptCharset
→ const Attribute
-
Attribute(name: 'accept-charset', type: 'final String acceptCharset;', init: 'this.acceptCharset', html: 'if (acceptCharset != null) \' accept-charset="\$acceptCha…
-
accesskey
→ const Attribute
-
-
action
→ const Attribute
-
-
alt
→ const Attribute
-
-
async
→ const Attribute
-
-
autocomplete
→ const Attribute
-
Attribute(name: 'autocomplete', type: 'final InputAutocomplete autocomplete;', html: 'if (autocomplete != null) \' autocomplete="\${mapperInputAutocomplete(autocomplete)}&…
-
autofocus
→ const Attribute
-
-
charset
→ const Attribute
-
-
classList
→ const Attribute
-
Attribute(name: 'class', type: 'final List<StyleClass> classList;', init: 'this.classList', html: 'if (classList != null && classList.isNotEmpty) \' class…
-
cols
→ const Attribute
-
Attribute(name: 'cols', type: 'final int cols;')
-
colspan
→ const Attribute
-
Attribute(name: 'colspan', type: 'final int colspan;')
-
content
→ const Attribute
-
-
contenteditable
→ const Attribute
-
Attribute(name: 'contentEditable', isBool: true, html: 'if (contentEditable) \' contenteditable\'')
-
-
dataTheme
→ const Attribute
-
Attribute(name: 'dataTheme', html: 'if (dataTheme != null) \' data-theme="\$dataTheme"\'')
-
datetime
→ const Attribute
-
-
defer
→ const Attribute
-
-
dir
→ const Attribute
-
-
disabled
→ const Attribute
-
-
download
→ const Attribute
-
-
enctype
→ const Attribute
-
-
forId
→ const Attribute
-
Attribute(name: 'for', type: 'final String forId;', init: 'this.forId', html: 'if (forId != null) \' for="\$forId"\'')
-
form
→ const Attribute
-
-
formAction
→ const Attribute
-
-
formEnctype
→ const Attribute
-
-
formMethod
→ const Attribute
-
Attribute(name: 'formmethod', type: 'final FormMethod formmethod;', html: 'if (formmethod != null) \' formmethod="\${mapperFormMethod(formmethod)}"\'')
-
formNovalidate
→ const Attribute
-
Attribute(name: 'formnovalidate', isBool: true)
-
formTarget
→ const Attribute
-
Attribute(name: 'formtarget', type: 'final TargetA formtarget;', html: 'if (formtarget != null) \' formtarget="\${formtarget.build()}"\'')
-
-
height
→ const Attribute
-
-
hidden
→ const Attribute
-
-
href
→ const Attribute
-
-
hreflang
→ const Attribute
-
-
httpEquiv
→ const Attribute
-
Attribute(name: 'httpEquiv', html: 'if (httpEquiv != null) \' http-equiv="\$httpEquiv"\'')
-
id
→ const Attribute
-
-
isMap
→ const Attribute
-
-
label
→ const Attribute
-
-
lang
→ const Attribute
-
-
list
→ const Attribute
-
-
manifest
→ const Attribute
-
-
max
→ const Attribute
-
-
maxlength
→ const Attribute
-
Attribute(name: 'maxlength', type: 'final int maxlength;')
-
media
→ const Attribute
-
-
method
→ const Attribute
-
Attribute(name: 'method', type: 'final FormMethod method;', html: 'if (method != null) \' method="\${mapperFormMethod(method)}"\'')
-
min
→ const Attribute
-
-
multiple
→ const Attribute
-
-
name
→ const Attribute
-
-
pattern
→ const Attribute
-
-
placeholder
→ const Attribute
-
-
readonly
→ const Attribute
-
-
relA
→ const Attribute
-
Attribute(name: 'rel', type: 'final RelA rel;', html: 'if (rel != null) \' rel="\${mapperRelA(rel)}"\'')
-
relLink
→ const Attribute
-
-
required
→ const Attribute
-
-
reversed
→ const Attribute
-
-
role
→ const Attribute
-
-
rows
→ const Attribute
-
Attribute(name: 'rows', type: 'final int rows;')
-
rowspan
→ const Attribute
-
Attribute(name: 'rowspan', type: 'final int rowspan;')
-
scope
→ const Attribute
-
Attribute(name: 'scope', type: 'final ScopeTable scope;', html: 'if (scope != null) \' scope="\${mapperScopeTable(scope)}"\'')
-
selected
→ const Attribute
-
-
size
→ const Attribute
-
Attribute(name: 'size', type: 'final int size;')
-
sizes
→ const Attribute
-
-
spellcheck
→ const Attribute
-
-
src
→ const Attribute
-
-
start
→ const Attribute
-
Attribute(name: 'start', type: 'final int start;')
-
step
→ const Attribute
-
Attribute(name: 'step', type: 'final num step;')
-
style
→ const Attribute
-
Attribute(name: 'style', type: 'final List<StyleCSS> styleList;', init: 'this.styleList', html: 'if (styleList != null && styleList.isNotEmpty) \' style=&…
-
tabindex
→ const Attribute
-
Attribute(name: 'tabindex', type: 'final int tabindex;')
-
target
→ const Attribute
-
Attribute(name: 'target', type: 'final TargetA target;', html: 'if (target != null) \' target="\${target.build()}"\'')
-
title
→ const Attribute
-
-
type
→ const Attribute
-
-
typeButton
→ const Attribute
-
Attribute(name: 'type', type: 'final ButtonType type;', html: 'if (type != null) \' type="\${mapperButtonType(type)}"\'')
-
typeInput
→ const Attribute
-
Attribute(name: 'type', type: 'final InputType type;', html: 'if (type != null) \' type="\${mapperInputType(type)}"\'')
-
useMap
→ const Attribute
-
-
value
→ const Attribute
-
-
valueLi
→ const Attribute
-
Attribute(name: 'value', type: 'final int value;')
-
width
→ const Attribute
-
-
wrap
→ const Attribute
-
Attribute(name: 'wrap', type: 'final WrapTextarea wrap;', html: 'if (wrap != null) \' wrap="\${mapperWrapTextarea(wrap)}"\'')