FdcLookupMode enum

Lookup invocation mode.

search is used when the user explicitly asks for lookup UI, such as the lookup button or lookup shortcut. resolve is used when the user commits an entered value and the callback is expected to resolve it silently.

Inheritance
Available extensions

Values

Explicit user request for interactive lookup or search UI.

resolve → const FdcLookupMode

Silent resolution of an entered value during commit.

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<FdcLookupMode>
A constant List of the values in this enum, in order of their declaration.