Public Member Functions | |
__construct ($controllerId, $moduleId, $modelId, $items, $sourceIdFieldId, $sourceNameFieldId, $modalId) | |
Protected Member Functions | |
renderContent () | |
makeTreeMenuNodeLink ($label, $action, $roleId) | |
Static Protected Member Functions | |
static | shouldRenderConfigureLink () |
static | resolveShouldShowLinkableUserCount () |
Protected Attributes | |
$sourceIdFieldId | |
$sourceNameFieldId | |
$modalId |
View that renders a list in the form of a tree widget.
Definition at line 41 of file RolesModalTreeListView.php.
__construct | ( | $ | controllerId, | |
$ | moduleId, | |||
$ | modelId, | |||
$ | items, | |||
$ | sourceIdFieldId, | |||
$ | sourceNameFieldId, | |||
$ | modalId | |||
) |
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 69 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 89 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 48 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 55 of file RolesModalTreeListView.php.