PopupHierarchyElement class abstract

An electable element for the PopupHierarchy.

Implementers

Constructors

PopupHierarchyElement()

Properties

autoDismiss bool?
no setter
autoDismissBlockers List<Element>
The outer element which should prevent the auto dismiss logic.
no setter
container Element?
The html element corresponding to the popup.
no setter
elementRef Element?
no setter
hashCode int
The hash code for this object.
no setterinherited
hierarchy PopupHierarchy
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attachToVisibleHierarchy() → void
Attach this element to the hierarchy.
detachFromVisibleHierarchy() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAutoDismiss(Event event) → void
onDismiss() → void
toString() String
A string representation of this object.
inherited

Operators

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