Modifier and Type | Class and Description |
---|---|
class |
AssignedEntitiesExplorerView
View implementation for exploring the assigned groups or roles for a given user.
|
Modifier and Type | Method and Description |
---|---|
AssignedEntitiesExplorer |
AssignedEntitiesExplorerView.clear() |
AssignedEntitiesExplorer |
AssignedEntitiesExplorer.clear()
Clears the view..
|
AssignedEntitiesExplorer |
AssignedEntitiesExplorerView.configure(String header,
EntitiesList.View entitiesList) |
AssignedEntitiesExplorer |
AssignedEntitiesExplorer.configure(String header,
EntitiesList.View entitiesList)
Configure the view header and text when no assigned entities are added.
|
Modifier and Type | Field and Description |
---|---|
AssignedEntitiesExplorer |
UserAssignedEntitiesExplorer.view |
Modifier and Type | Method and Description |
---|---|
UserEditor.View |
UserEditorView.initWidgets(UserAttributesEditor.View userAttributesEditorView,
AssignedEntitiesExplorer userAssignedGroupsExplorerView,
AssignedEntitiesEditor userAssignedGroupsEditorView,
AssignedEntitiesExplorer userAssignedRolesExplorerView,
AssignedEntitiesEditor userAssignedRolesEditorView,
ACLViewer aclViewer) |
UserEditor.View |
UserEditor.View.initWidgets(UserAttributesEditor.View userAttributesEditorView,
AssignedEntitiesExplorer userAssignedGroupsExplorerView,
AssignedEntitiesEditor userAssignedGroupsEditorView,
AssignedEntitiesExplorer userAssignedRolesExplorerView,
AssignedEntitiesEditor userAssignedRolesEditorView,
ACLViewer aclViewer) |
Constructor and Description |
---|
UserAssignedEntitiesExplorer(ClientUserSystemManager userSystemManager,
ConfirmBox confirmBox,
EntitiesPagedList<T> entitiesList,
AssignedEntitiesExplorer view) |
UserAssignedGroupsExplorer(ClientUserSystemManager userSystemManager,
ConfirmBox confirmBox,
GroupsList groupList,
AssignedEntitiesExplorer view,
javax.enterprise.event.Event<OnRemoveUserGroupEvent> removeUserGroupEventEvent) |
UserAssignedRolesExplorer(ClientUserSystemManager userSystemManager,
ConfirmBox confirmBox,
RolesList rolesList,
AssignedEntitiesExplorer view,
javax.enterprise.event.Event<OnRemoveUserRoleEvent> removeUserRoleEvent) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.