AFExtractWidgetAction class abstract
- Inheritance
-
- Object
- AFWidgetByTypeAction
- AFExtractWidgetAction
- Implementers
Constructors
- AFExtractWidgetAction(String actionType, Type appliesTo)
Properties
- actionType → String
-
finalinherited
- allowMultiple ↔ bool
-
getter/setter pairinherited
- appliesTo → Type
-
The type of the widget that this can tap on.
finalinherited
- appliesToType → Type
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
extract(
String extractType, AFWidgetSelector selector, Element element) → dynamic - This extracts data from a widget and returns it.
-
extractInternal(
String extractType, AFWidgetSelector selector, Element element) → dynamic -
findChildrenWithWidgetType<
T> (Element element) → List< Element> -
matches(
String actionT, Element element) → bool -
inherited
-
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
Constants
- extractChildren → const String
- extractPrimary → const String