Class ecm.widget.UserGroupPane


Extends dijit._Widget.
Provides a pane that is used to display a list of user groups as composite buttons.
Defined in: <ecm\widget\UserGroupPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
levels 
An option collection of permission levels, used to display detailed tooltips for assigned users and groups
 
Array of ecm.model.UserGroup to display.

Method Summary

Method Attributes Method Name and Description
 
Cleans up the widget
 
Fired when a user group is deleted from the pane.
 
Post create.

Constructor Detail

ecm.widget.UserGroupPane()

Since:
2.0.3

Field Detail

levels

An option collection of permission levels, used to display detailed tooltips for assigned users and groups
Defined in: <ecm\widget\UserGroupPrivilegePane.js>.

userGroupData

Array of ecm.model.UserGroup to display.

Method Detail

destroy()

Cleans up the widget

onChange()

Fired when a user group is deleted from the pane.

postCreate()

Post create.