ScreenSetEventType enum

The event type for a screen set event.

Each name matches the name of a screenset event.

Inheritance

Constructors

ScreenSetEventType()
const

Values

onAfterScreenLoad → const ScreenSetEventType

The event that is fired after a screen has been loaded.

onAfterSubmit → const ScreenSetEventType

The event that is fired after a submit.

onAfterValidation → const ScreenSetEventType

The event that is fired after validation.

onBeforeScreenLoad → const ScreenSetEventType

The event that is fired before a screen began loading.

onBeforeSubmit → const ScreenSetEventType

The event that is fired before a submit.

onBeforeValidation → const ScreenSetEventType

The event that is fired before validation.

onCancel → const ScreenSetEventType

The event that is fired when a screen set has been canceled.

onConnectionAdded → const ScreenSetEventType

The event that is fired after a connection has been added.

onConnectionRemoved → const ScreenSetEventType

The event that is fired after a connection has been removed.

onError → const ScreenSetEventType

The event that is fired when an error occurred.

onFieldChanged → const ScreenSetEventType

The event that is fired when a field has changed.

onHide → const ScreenSetEventType

The event that is fired when a screen set was hidden.

onLogin → const ScreenSetEventType

The event that is fired when the user logged in.

onLogout → const ScreenSetEventType

The event that is fired when the user logged out.

onSubmit → const ScreenSetEventType

The event that is fired when a submit occurs.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ScreenSetEventType>
A constant List of the values in this enum, in order of their declaration.