Public Member Functions | |
| __construct ($controllerId, $moduleId, $modelId, $items, $sourceIdFieldId, $sourceNameFieldId) | |
Protected Member Functions | |
| renderContent () | |
| makeTreeMenuNodeLink ($label, $action, $roleId) | |
Static Protected Member Functions | |
| static | shouldRenderConfigureLink () |
Protected Attributes | |
| $sourceIdFieldId | |
| $sourceNameFieldId | |
View that renders a list in the form of a tree widget.
Definition at line 31 of file RolesModalTreeListView.php.
| __construct | ( | $ | controllerId, | |
| $ | moduleId, | |||
| $ | modelId, | |||
| $ | items, | |||
| $ | sourceIdFieldId, | |||
| $ | sourceNameFieldId | |||
| ) |
sourceIdFieldName and sourceNameFieldId are needed to know which fields in the parent form to populate data with upon selecting a row in the listview
Reimplemented in SelectParentRoleModalTreeListView.
Definition at line 53 of file RolesModalTreeListView.php.
| renderContent | ( | ) | [protected] |
Override because we do not need to render the view tool bar or any extra spacing.
Reimplemented from RolesTreeListView.
Definition at line 72 of file RolesModalTreeListView.php.
$sourceIdFieldId [protected] |
Id of input field in display for saving back a selected record from the modal list view.
Definition at line 38 of file RolesModalTreeListView.php.
$sourceNameFieldId [protected] |
Name of input field in display for saving back a selected record from the modal list view.
Definition at line 45 of file RolesModalTreeListView.php.