ElementTracker class
Constructors
- ElementTracker(Element context)
Properties
- anchorElement ↔ Element?
-
getter/setter pair
- element ↔ Element
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexSeparator ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smartechWidgetIdentifier ↔ String
-
getter/setter pair
- widgetIndexSeparator ↔ String
-
getter/setter pair
- widgetSeparator ↔ String
-
getter/setter pair
Methods
-
checkIfVisibilityWidgetIsVisible(
Element element) → bool -
compareAttributes(
Attr attr1, Attr attr2) → bool -
findElementByUniqueKey(
Element rootElement, String eid) → dynamic -
getAnchorView(
String eid) → Element? -
getAttributesOfElement(
Element element) → Attr -
getEid(
String eid) → String -
getKeyString(
Key? key) → String -
isAnchorSmartechView(
String eid) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited