Class: I2CE FormField DB STRING
This article describes the abstract class I2CE_FormField_DB_STRING.
- Extends the class: I2CE_FormField.
- Parent Classses: I2CE_FormField I2CE_Fuzzy
- Child Classes:
- Location: Part of the module forms in the package I2CE
- Source: Defined in the file modules/Forms/lib/fields/I2CE_FormField_DB_STRING.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v2.0.0
Class for defining all the database fields used by a object.
Methods
isValid()
Checks to see if the current value for this is set and valid.
- Signature: public function isValid()
- Returns: boolean
Fuzzy Methods
generateLimit_in()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_in()
generateLimit_equals()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_equals()
generateLimit_greaterthan()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_greaterthan()
generateLimit_lessthan()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_lessthan()
generateLimit_greaterthan_equals()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_greaterthan_equals()
generateLimit_lessthan_equals()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_lessthan_equals()
generateLimit_between()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_between()
generateLimit_like()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_like()
generateLimit_lowerlike()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_lowerlike()
generateLimit_contains()
This method is implemented by I2CE_Module_FormLimits->generateLimit_DB_STRING_contains()
checkLimit_in()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_in()
checkLimitString_in()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_in()
getLimitMenu_in()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_in()
processLimitMenu_in()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_in()
checkLimit_equals()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_equals()
checkLimitString_equals()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_equals()
getLimitMenu_equals()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_equals()
processLimitMenu_equals()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_equals()
checkLimit_greaterthan()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_greaterthan()
checkLimitString_greaterthan()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_greaterthan()
getLimitMenu_greaterthan()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_greaterthan()
processLimitMenu_greaterthan()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_greaterthan()
checkLimit_lessthan()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_lessthan()
checkLimitString_lessthan()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_lessthan()
getLimitMenu_lessthan()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lessthan()
processLimitMenu_lessthan()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lessthan()
checkLimit_greaterthan_equals()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_greaterthan_equals()
checkLimitString_greaterthan_equals()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_greaterthan_equals()
getLimitMenu_greaterthan_equals()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_greaterthan_equals()
processLimitMenu_greaterthan_equals()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_greaterthan_equals()
checkLimit_lessthan_equals()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_lessthan_equals()
checkLimitString_lessthan_equals()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_lessthan_equals()
getLimitMenu_lessthan_equals()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lessthan_equals()
processLimitMenu_lessthan_equals()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lessthan_equals()
checkLimit_between()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_between()
checkLimitString_between()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_between()
getLimitMenu_between()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_between()
processLimitMenu_between()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_between()
checkLimit_like()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_like()
checkLimitString_like()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_like()
getLimitMenu_like()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_like()
processLimitMenu_like()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_like()
checkLimit_lowerlike()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_lowerlike()
checkLimitString_lowerlike()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_lowerlike()
getLimitMenu_lowerlike()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_lowerlike()
processLimitMenu_lowerlike()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_lowerlike()
checkLimit_contains()
This method is implemented by I2CE_Module_FormLimits->checkLimit_DB_STRING_contains()
checkLimitString_contains()
This method is implemented by I2CE_Module_FormLimits->checkLimitString_DB_STRING_contains()
getLimitMenu_contains()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_DISPLAYFIELDSTYLE_contains()
processLimitMenu_contains()
This method is implemented by I2CE_Module_FormLimits->I2CE_FormField_DB_STRING_PROCESSFIELDSTYLE_contains()