Name | Description | |
---|---|---|
init | Initializes the GroupMembershipDialog. Called during construction. |
Name | Description | |
---|---|---|
close | Closes the dialog. Inherited from dundas.controls.DialogBase. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
getDialogElement | Gets the dialog element. Inherited from dundas.controls.DialogBase. | |
getInfo |
Get the table info
|
|
onResize | This method should be called when the window re-sizes. Inherited from dundas.controls.DialogBase. | |
refresh | Refresh the dialog | |
removeGroupById | Remove the group by Id | |
removeMembers | Remove the members from the group | |
removeUserById | Remove the user by Id | |
show | Tells the dialog to show itself. Those overriding can call this._super() to get a deferred object created for them. Inherited from dundas.controls.DialogBase. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |