CalibreUpdateFormStore class

Constructors

CalibreUpdateFormStore(ArticlesStore _articlesStore, CalibreWeebi<ArticleRawAbstract> _calibre, PhotoSaver photoSaver)

Properties

categories ObservableSet<CategoryWeebi>
getter/setter pairinherited
context ReactiveContext
Override this method to use a custom context.
no setterinherited
errorStore FormErrorCalibreUpdateState
finalinherited
hasErrors bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
initialPhotoPath String
getter/setter pairinherited
name String
getter/setter pairinherited
photoPath String
getter/setter pairinherited
photoSaver PhotoSaver
finalinherited
photoSource ↔ PhotoSource
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stockUnit ↔ StockUnit
getter/setter pairinherited

Methods

dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupValidations() → void
inherited
toString() String
A string representation of this object.
inherited
updateCalibreFromForm<A extends ArticleRawAbstract>(CalibreWeebi<A> calibre, {bool isLinkedAndIsInternetAvailable = true}) Future<CalibreWeebi<A>>
inherited
validateAll() → void
inherited
validateCalibreName(String value) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited