ArticleCalibreCreateFormStore class
- Inheritance
-
- Object
- FormStoreAbstractArticleRetail
- ArticleCalibreCreateFormStore
Constructors
- ArticleCalibreCreateFormStore(ArticlesStore _articlesStore)
Properties
- barcodeEAN ↔ String
-
getter/setter pairinherited
- context → ReactiveContext
-
Override this method to use a custom context.
no setterinherited
- cost ↔ String
-
getter/setter pairinherited
- errorStore ↔ FormErrorArticleRetailAbstract
-
getter/setter pairinherited
- hasErrors → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
getter/setter pairinherited
- photoPath ↔ String
-
getter/setter pairinherited
- price ↔ String
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stockUnit ↔ dynamic
-
getter/setter pairinherited
- unitsPerPiece ↔ String
-
getter/setter pairinherited
Methods
-
createCalibreAndArticleRetailFromForm(
) → Future -
inherited
-
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
-
validateAll(
) → void -
inherited
-
validateArticleCalibreName(
String value) → void -
inherited
-
validateCost(
String value) → void -
inherited
-
validatePrice(
String value) → void -
inherited
-
validateUnitsPerPiece(
String value) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited