EntityPageBlocStub mixin
- Implemented types
Properties
- documentId ↔ DocumentId?
-
getter/setter pairinherited
- documentProvider → DocumentProvider
-
no setteroverride
- draftKey → String?
-
no setterinherited
- draftService → DraftService
-
finalinherited
- eventBus → EventBus
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClosed → bool
-
Whether the bloc is closed.
no setterinherited
- modelCollectionBloc → ModelListBloc
-
no setteroverride
- modelId ↔ ModelId?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → DocumentState
-
The current state.
no setterinherited
-
stream
→ Stream<
DocumentState> -
The current stream of states.
no setterinherited
Methods
-
addError(
Object error, [StackTrace? stackTrace]) → void -
Reports an
error
which triggersonError
with an optional StackTrace.inherited -
close(
) → Future< void> -
Closes the instance.
This method should be called when the instance is no longer needed.
Once
close
is called, the instance can no longer be used.inherited -
controllerFor(
FieldId fieldId) → TextEditingController -
inherited
-
create(
Model model) → Future< void> -
override
-
delete(
Model model) → Future< void> -
inherited
-
emit(
DocumentState state) → void -
Updates the
state
to the providedstate
.emit
does nothing if thestate
being emitted is equal to the currentstate
.inherited -
fieldWasChanged(
FieldId fieldId) → bool -
inherited
-
hasThirdTableData(
ModelId entityId) → bool -
override
-
isPageExist(
ModelId modelId, DocumentId documentId) → Future< bool> -
override
-
loadPage(
ModelId modelId, DocumentId pageId) → Future< void> -
override
-
loadPageData(
{required DocumentId documentId, Model? model, ModelId? modelId}) → Future< Json> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChange(
Change< DocumentState> change) → void -
Called whenever a
change
occurs with the givenchange
. Achange
occurs when a newstate
is emitted.onChange
is called before thestate
of thecubit
is updated.onChange
is a great spot to add logging/analytics for a specificcubit
.inherited -
onError(
Object error, StackTrace stackTrace) → void -
Called whenever an
error
occurs and notifiesBlocObserver.onError
.inherited -
prepareForCreation(
ModelId modelId) → Future< void> -
override
-
reset(
Model model) → Future< void> -
inherited
-
save(
Model model) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateThirdTableValue(
ThirdTable thirdTable, Map< FieldId, List< thirdTableData) → voidFieldId> > -
override
-
updateValue(
FieldId fieldId, dynamic fieldValue) → void -
inherited
-
updateValues(
Json json) → void -
inherited
-
valueForKey(
String key) → dynamic -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited