AFApplyDismissWidgetAction class abstract
- Inheritance
- 
    - Object
- AFWidgetByTypeAction
- AFApplyWidgetAction
- AFApplyDismissWidgetAction
 
- Implementers
Constructors
- AFApplyDismissWidgetAction(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
- 
  apply(String applyType, AFWidgetSelector selector, Element elem, dynamic data) → void 
- 
  This applies data to a widget, usually by calling a method
that is part of the widget
  inherited
- 
  applyInternal(String applyType, AFWidgetSelector selector, Element elem, dynamic data) → bool 
- 
  Implementations should override this method, and return false if they fail.
  inherited
- 
  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