[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Vtiger/uitypes/ -> Base.php (summary)

(no description)

File Size: 108 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Vtiger_Base_UIType:: (9 methods):
  getTemplateName()
  getDBInsertValue()
  getUserRequestValue()
  getDisplayValue()
  getInstanceFromField()
  getEditViewDisplayValue()
  getDetailViewTemplateName()
  getRelatedListDisplayValue()
  getListSearchTemplateName()


Class: Vtiger_Base_UIType  - X-Ref

getTemplateName()   X-Ref
Function to get the Template name for the current UI Type Object

return: <String> - Template Name

getDBInsertValue($value)   X-Ref
Function to get the DB Insert Value, for the current field type with given User Value

param: <Object> $value
return: <Object>

getUserRequestValue($value)   X-Ref
Function to get the Value of the field in the format, the user provides it on Save

param: <Object> $value
return: <Object>

getDisplayValue($value, $record=false, $recordInstance=false)   X-Ref
Function to get the Display Value, for the current field type with given DB Insert Value

param: <Object> $value
return: <Object>

getInstanceFromField($fieldModel)   X-Ref
Static function to get the UIType object from Vtiger Field Model

param: Vtiger_Field_Model $fieldModel
return: Vtiger_Base_UIType or UIType specific object instance

getEditViewDisplayValue($value)   X-Ref
Function to get the display value in edit view

param: reference record id
return: link

getDetailViewTemplateName()   X-Ref
Function to get the Detailview template name for the current UI Type Object

return: <String> - Template Name

getRelatedListDisplayValue($value)   X-Ref
Function to get Display value for RelatedList

param: <String> $value
return: <String>

getListSearchTemplateName()   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1