include/SugarFields/Fields/Teamset/ViewSugarFieldTeamsetCollection.php
\ViewSugarFieldTeamsetCollection
Package:
- Parent(s)
- \ViewSugarFieldCollection
- Children
- \ReportsSugarFieldTeamsetCollection
- \EmailSugarFieldTeamsetCollection
- \MassUpdateSugarFieldTeamsetCollection
Properties
$action_type= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$action_type
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$action_type
$bean= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$bean
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$bean
$bean_id= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$bean_id
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$bean_id
$displayParams= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$displayParams
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$displayParams
$extra_var= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$extra_var
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$extra_var
$field_to_name_array= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$field_to_name_array
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$field_to_name_array
$form_name= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$form_name
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$form_name
$hideShowHideButton= 'false'
inheritedInherited from:
\ViewSugarFieldCollection::$$hideShowHideButton
Default value
false
Details- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$hideShowHideButton
$json= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$json
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$json
$module_dir= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$module_dir
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$module_dir
$name= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$name
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$name
$numFields= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$numFields
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$numFields
$related_module= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$related_module
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$related_module
$showSelectButton= 'true'
inheritedInherited from:
\ViewSugarFieldCollection::$$showSelectButton
Default value
true
Details- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$showSelectButton
$skipModuleQuickSearch= 'false'
inheritedInherited from:
\ViewSugarFieldCollection::$$skipModuleQuickSearch
Default value
false
Details- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$skipModuleQuickSearch
$ss= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$ss
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$ss
$tpl_path= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$tpl_path
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$tpl_path
$value_name= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$value_name
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$value_name
$vardef= ''
inheritedInherited from:
\ViewSugarFieldCollection::$$vardef
Details
- Type
- n/a
- Inherited_from
- \ViewSugarFieldCollection::$$vardef
Methods
ViewSugarFieldCollection(
$fill_data
=
true
)
:
void
inherited
Inherited from:
\ViewSugarFieldCollection::ViewSugarFieldCollection()
Parameters
Name | Type | Description |
---|---|---|
$fill_data |
ViewSugarFieldTeamsetCollection(
$fill_data
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$fill_data |
checkTemplate(
$cacheRowFile
)
:
void
inherited
Inherited from:
\ViewSugarFieldCollection::checkTemplate()
Parameters
Name | Type | Description |
---|---|---|
$cacheRowFile |
createQuickSearchCode(
$returnAsJavascript
=
true
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$returnAsJavascript |
display(
)
:
void
display
Overrides the display method from ViewSugarFieldCollection to simply invoke Smarty instance to fetch the appropriate template.
pre_process_editview(
)
:
void
pre_process_editview
This method handles three editview scenarios: 1) rendering the widget when creating a duplicate 2) rendering the widget when going from a subpanel quick create form to a full form 3) rendering the widget on a regular edit view of an existing record
process(
)
:
void
process
This method handles calling the appropriate sequence of methods depending on the action type
process_detailview(
)
:
void
inherited
Inherited from:
\ViewSugarFieldCollection::process_detailview()
process_searchform(
)
:
void
process_searchform
This method handles rendering the widget for the advanced search form tab. Most of the logic involves retrieving the teams set from the $_REQUEST as well as the search type (any, all, exact)