FormioLocale class abstract
Abstract class that defines all localizable strings for Form.io components.
Implement this class to provide custom error messages and labels. This is a minimal interface for pure Dart usage.
Constructors
Properties
- add → String
-
no setter
- cancel → String
-
no setter
- clear → String
-
no setter
- delete → String
-
no setter
- edit → String
-
no setter
- fieldRequired → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- invalidEmail → String
-
no setter
- invalidNumber → String
-
no setter
- invalidUrl → String
-
no setter
- isRequired → String
-
no setter
- mustBeNumber → String
-
no setter
- no → String
-
no setter
- remove → String
-
no setter
- required → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- save → String
-
no setter
- submit → String
-
no setter
- yes → String
-
no setter
Methods
-
getRequiredMessage(
String fieldLabel) → String - Get required message for a field
-
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