helpers/bloc/bloc_events
library
Classes
-
ListEvent
-
A base class for list controller events.
-
LoadingErrorEvent<Query>
-
The event can be used when an error occurs in the overridden
RecordsLoader.performLoadQuery
function.
-
LoadNextPageDirectedEvent
-
Triggers the loading of the next page of records.
-
LoadNextPageEvent
-
Triggers the loading of the next page of records.
-
LoadRecordsEvent<Query>
-
Initiates the loading of records.
-
PutLoadResultToStateEvent<Query, LoadResult>
-
The event must be called from the overridden function
RecordsLoader.putLoadResultToState
.
-
RecordsLoadCancelEvent<Query>
-
The event must be called from the overridden function
RecordsLoader.onRecordsLoadCancel
. The handler must perform the same
actions as those for this function.
-
RecordsLoadStartEvent<Query>
-
The event must be called from the overridden function
RecordsLoader.onRecordsLoadStart
. The handler must perform the same
actions as those for this function.
-
RepeatQueryEvent
-
Triggers the reloading of records in case the previous attempt failed.
-
RepeatUnsuccessfulQueriesEvent
-
Initiates a rerun of all failed loadings.
-
ResetEvent<Query>
-
Triggers the resettings of a list controller.
-
UpdateHotListEvent<Record, Key>
-
The event must be called from an overridden function
HotList.updateHotList
. The handler must perform the same actions
as for this function.