ApptiveGridTranslation class abstract

Abstract class containing all Strings for ApptiveGrid

Constructors

ApptiveGridTranslation()
Super const constructor
const

Properties

actionSend String
Label for FormAction Buttons
no setter
addAttachment String
Action to add an Attachment
no setter
additionalAnswer String
Message providing the User to send an additional answer
no setter
attachmentSourceCamera String
Prompt to take a picture with the camera to use as an attachment
no setter
attachmentSourceFiles String
Prompt to get files to use as attachments
no setter
attachmentSourceGallery String
Prompt to add Attachments from Image Gallery
no setter
backToForm String
Message in the error State to allow users to go back to the form
no setter
checkboxRequired String
Message if a CheckboxFormWidget is required
no setter
clear String
Label to clear an input
no setter
crossRefSearch String
Search Hint for Cross Reference Search
no setter
dateTimeFieldDate String
Label of date section in a DateTime Picker
no setter
dateTimeFieldTime String
Label of time section in a DateTime Picker
no setter
errorTitle String
Title displayed when there has been an error
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidEmail String
Hint that the provided email is not valid
no setter
loadingGrid String
Message indicating that a Grid is loading in a CrossReferenceFormWidget
no setter
missingCountryCode String
Hint that a phonenumber need to start with a country code
no setter
pageBack String
Label for the page back button
no setter
pageNext String
Label for the next page button
no setter
progressSubmitForm String
Message that the form is being submitted
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
save String
Label to save changes
no setter
savedForLater String
Message displayed when the form was saved to the ApptiveGridCache
no setter
searchLocation String
Hint in Location Search Field
no setter
searchLocationNoResult String
Message displayed when no matching Location Search result is found for a search input
no setter
selectEntry String
Prompts the User to select an Entry from a Grid
no setter
sendSuccess String
Displayed when a FormData was send to the server successfully
no setter
signHere String
Prompt to sign in the field
no setter

Methods

fieldIsRequired(String fieldName) String
Indicates that a Field with fieldName must be filled in order to send a form
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progressProcessAttachment({required int processed, required int total}) String
Message that processed out of total attachments have been processed for a form submission
searchUserNoResult(String query) String
Hint that no user was found in list of collaborators that matches query
toString() String
A string representation of this object.
inherited

Operators

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