ActionControl<T extends Intent> class

Properties

consumesKeyPredicate IntentPredicate<T>?
no getter
enabledPredicate IntentPredicate<T>?
no getter
hashCode int
The hash code for this object.
no setterinherited
hasIsConsumesKeyListeners bool
no setter
hasIsEnabledListeners bool
no setter
intentType Type
no setter
isActionEnabled bool
getter/setter pair
isConsumesKey bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addIsConsumesKeyListener(VoidCallback listener) → void
addIsEnabledListener(VoidCallback listener) → void
consumesKey(T intent) bool
dispose() → void
isEnabled(T intent) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeIsConsumesKeyListener(VoidCallback listener) → void
removeIsEnabledListener(VoidCallback listener) → void
toggleConsumesKey() → void
toggleEnabled() → void
toString() String
A string representation of this object.
inherited

Operators

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