FdcFieldFocusChangeReason enum

Describes why focus entered or left a dataset-bound field host.

Inheritance
Available extensions

Values

mouse → const FdcFieldFocusChangeReason

Focus changed because of pointer interaction.

keyboard → const FdcFieldFocusChangeReason

Focus changed because of direct keyboard navigation.

rowIndicator → const FdcFieldFocusChangeReason

Focus changed through row-indicator navigation.

datasetScroll → const FdcFieldFocusChangeReason

Focus changed because the dataset current record moved.

editCommit → const FdcFieldFocusChangeReason

Focus changed after an editor committed its value.

editCancel → const FdcFieldFocusChangeReason

Focus changed after an editor canceled its local edit.

programmatic → const FdcFieldFocusChangeReason

Focus was changed explicitly by application or framework code.

focusTraversal → const FdcFieldFocusChangeReason

Focus moved through the configured traversal policy.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

values → const List<FdcFieldFocusChangeReason>
A constant List of the values in this enum, in order of their declaration.