FormioLocalizations class abstract

Abstract class that defines all localizable strings for Form.io components.

Implement this class to provide translations for your language. See DefaultFormioLocalizations for the default English implementation.

Implementers

Constructors

FormioLocalizations()

Properties

actions String
no setter
add String
no setter
addAnother String
no setter
addEntry String
no setter
cancel String
no setter
cancelEdit String
no setter
clear String
no setter
clearCanvas String
no setter
clearSignature String
no setter
color String
no setter
complete String
no setter
dataSourceError String
no setter
day String
no setter
delete String
no setter
edit String
no setter
editRow String
no setter
empty String
no setter
eraser String
no setter
fetching String
no setter
fieldRequired String
no setter
fileSelected String
no setter
filesSelected 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
month String
no setter
mustBeNumber String
no setter
next String
no setter
no String
no setter
noData String
no setter
noDataAvailable String
no setter
noDataToReview String
no setter
noEntriesAdded String
no setter
noFileSelected String
no setter
none String
no setter
noOptions String
no setter
noStepsConfigured String
no setter
of String
no setter
previous String
no setter
remove String
no setter
removeRow String
no setter
required String
no setter
review String
no setter
reviewYourSubmission String
no setter
rowSelected String
no setter
rowsPerPage String
no setter
rowsSelected String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
save String
no setter
saveRow String
no setter
searchPlaceholder String
no setter
showing String
no setter
size String
no setter
step String
no setter
stepOf String
no setter
submit String
no setter
typeAndPressEnter String
no setter
typeToAddTag String
no setter
undo String
no setter
undoLastStroke String
no setter
uploadFile String
no setter
year String
no setter
yes String
no setter

Methods

getFileCountMessage(int count) String
Get file count message
getRequiredMessage(String fieldLabel) String
Get required message for a field
getSelectedRowsMessage(int count) String
Get selected rows message
getShowingMessage(int start, int end, int total) String
Get showing range message for DataTable
getStepMessage(int current, int total) String
Get step progress message
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