DynFork::QPaladins::Groups
Instance methods
Validation of text type fields:
ColorField | EmailField | PasswordField | PhoneField
| TextField | HashField | URLField | IPField
NOTE: This method is used within the DynFork::QPaladins::Check#check method.
Validation of date type fields:
DateField | DateTimeField
NOTE: This method is used within the DynFork::QPaladins::Check#check method.
Validation of choice type fields:
ChoiceTextField | ChoiceTextMultField
| ChoiceTextDynField | ChoiceTextMultDynField
| ChoiceI64Field | ChoiceI64MultField
| ChoiceI64DynField | ChoiceI64MultDynField
| ChoiceF64Field | ChoiceF64MultField
| ChoiceF64DynField | ChoiceF64MultDynField
NOTE: This method is used within the DynFork::QPaladins::Check#check method.
Validation of fields of type FileField.
NOTE: This method is used within the DynFork::QPaladins::Check#check method.
Validation of fields of type ImageField.
NOTE: This method is used within the DynFork::QPaladins::Check#check method.
Validation of fields of type I64Field.
NOTE: This method is used within the DynFork::QPaladins::Check#check method.
Validation of fields of type F64Field.
NOTE: This method is used within the DynFork::QPaladins::Check#check method.