Link class

Inheritance

Constructors

Link({DomKey<HtmlElement>? key, String? id, String? customClass, Map<String, String>? attributes, CssProperty? style, List<JsEvent> onEvent = const [], bool readOnly = false, bool disabled = false, LinkTarget? target, required String text, required String href})

Properties

attributes Map<String, String>?
Other arbitrary HTML attributes
finalinherited
attrStr String
Render class/id/other attributes
no setterinherited
bindings List<JsEventBinding>
event
no setterinherited
child HtmlWidget?
finalinherited
cssScript String
no setterinherited
customClass String?
Optional user-defined custom class
finalinherited
disabled bool
finalinherited
eventId String
no setterinherited
eventSelector String
no setterinherited
getEventSelector String
no setterinherited
getScopedStyle CssStyle?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
href String
final
id String?
Optional HTML id attribute
finalinherited
jsScript String
no setterinherited
jsSelector String
no setterinherited
key DomKey<HtmlElement>?
finalinherited
onEvent List<JsEvent>
finalinherited
readOnly bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopedId String
Auto-generated unique scoped class
latefinalinherited
style CssProperty?
finalinherited
target LinkTarget?
final
text String
final

Methods

build() HtmlWidget
inherited
collectCsss(HtmlWidget widget, Set<String> out) → void
inherited
collectJsCode(HtmlWidget widget, Set<String> out) → void
inherited
escapeJs(String html) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderHtml() String
renderJs() String
inherited
toString() String
A string representation of this object.
inherited
tree() HtmlWidget
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited