TypeImageURLRender class

Renders an image from an URL.

Inheritance

Constructors

TypeImageURLRender({FilterURL? filterURL, bool? lazyLoad})

Properties

cssClass String
finalinherited
filterURL FilterURL?
final
hashCode int
The hash code for this object.
no setterinherited
imageMaxHeight String?
getter/setter pair
imageMaxWidth String
getter/setter pair
lazyLoad bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyCSS(JSONRender render, Element output, {String? cssClass, List<Element>? extraElements}) → void
inherited
createImageElementFromURL(JSONRender render, bool lazyLoad, String? url, [String? urlType]) Element
inherited
getURL(JSONRender render, String url) Future<HttpResponse>
inherited
getURLCached(JSONRender render, String url) → HttpResponse?
inherited
matches(dynamic node, dynamic nodeParent, NodeKey nodeKey) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(JSONRender render, DivElement output, dynamic node, dynamic nodeOriginal, NodeKey nodeKey) ValueProvider
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

matchesNode(dynamic node) bool