Uses of Interface
org.uberfire.ext.security.management.client.widgets.management.editor.AssignedEntitiesExplorer
-
-
Uses of AssignedEntitiesExplorer in org.uberfire.ext.security.management.client.widgets.management.editor
Classes in org.uberfire.ext.security.management.client.widgets.management.editor that implement AssignedEntitiesExplorer Modifier and Type Class Description classAssignedEntitiesExplorerViewView implementation for exploring the assigned groups or roles for a given user.Methods in org.uberfire.ext.security.management.client.widgets.management.editor that return AssignedEntitiesExplorer Modifier and Type Method Description AssignedEntitiesExplorerAssignedEntitiesExplorer. clear()Clears the view..AssignedEntitiesExplorerAssignedEntitiesExplorerView. clear()AssignedEntitiesExplorerAssignedEntitiesExplorer. configure(String header, EntitiesList.View entitiesList)Configure the view header and text when no assigned entities are added.AssignedEntitiesExplorerAssignedEntitiesExplorerView. configure(String header, EntitiesList.View entitiesList) -
Uses of AssignedEntitiesExplorer in org.uberfire.ext.security.management.client.widgets.management.editor.user
Fields in org.uberfire.ext.security.management.client.widgets.management.editor.user declared as AssignedEntitiesExplorer Modifier and Type Field Description AssignedEntitiesExplorerUserAssignedEntitiesExplorer. viewMethods in org.uberfire.ext.security.management.client.widgets.management.editor.user with parameters of type AssignedEntitiesExplorer Modifier and Type Method Description UserEditor.ViewUserEditor.View. initWidgets(UserAttributesEditor.View userAttributesEditorView, AssignedEntitiesExplorer userAssignedGroupsExplorerView, AssignedEntitiesEditor userAssignedGroupsEditorView, AssignedEntitiesExplorer userAssignedRolesExplorerView, AssignedEntitiesEditor userAssignedRolesEditorView, ACLViewer aclViewer)UserEditor.ViewUserEditorView. initWidgets(UserAttributesEditor.View userAttributesEditorView, AssignedEntitiesExplorer userAssignedGroupsExplorerView, AssignedEntitiesEditor userAssignedGroupsEditorView, AssignedEntitiesExplorer userAssignedRolesExplorerView, AssignedEntitiesEditor userAssignedRolesEditorView, ACLViewer aclViewer)Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.user with parameters of type AssignedEntitiesExplorer Constructor Description UserAssignedEntitiesExplorer(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, ConfirmBox confirmBox, EntitiesPagedList<T> entitiesList, AssignedEntitiesExplorer view)UserAssignedGroupsExplorer(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, ConfirmBox confirmBox, GroupsList groupList, AssignedEntitiesExplorer view, javax.enterprise.event.Event<OnRemoveUserGroupEvent> removeUserGroupEventEvent)UserAssignedRolesExplorer(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, ConfirmBox confirmBox, RolesList rolesList, AssignedEntitiesExplorer view, javax.enterprise.event.Event<OnRemoveUserRoleEvent> removeUserRoleEvent)
-