Interface CmsPermissionView.PermissionChangeHandler
- All Known Implementing Classes:
CmsPermissionDialog
- Enclosing class:
- CmsPermissionView
public static interface CmsPermissionView.PermissionChangeHandler
Permission change handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deletePermissionSet
(String principalType, String principalName) Called to delete a permission set.void
Called on view changes, allowing for resizing or centering.void
setPermissions
(CmsPermissionBean permissionBean) Sets a changed permission set.
-
Method Details
-
deletePermissionSet
Called to delete a permission set.- Parameters:
principalType
- the principal typeprincipalName
- the principal name
-
onViewChange
void onViewChange()Called on view changes, allowing for resizing or centering. -
setPermissions
Sets a changed permission set.- Parameters:
permissionBean
- bean for permission
-