Modifier and Type | Class and Description |
---|---|
class |
AssignedEntitiesInlineEditorView<T>
An editor view implementation for modifying the assigned entities inline in a bootstrap grip container.
|
class |
AssignedEntitiesModalEditorView<T>
An editor view implementation for modifying the assigned entities using a modal panel.
|
Modifier and Type | Method and Description |
---|---|
AssignedEntitiesEditor<T> |
AssignedEntitiesModalEditorView.configure(EntitiesExplorerView explorerView) |
AssignedEntitiesEditor<T> |
AssignedEntitiesInlineEditorView.configure(EntitiesExplorerView explorerView) |
AssignedEntitiesEditor<T> |
AssignedEntitiesEditor.configure(EntitiesExplorerView explorerView)
Sets the explorer view being wrapped and the editor's title..
|
AssignedEntitiesEditor<T> |
AssignedEntitiesModalEditorView.configureClose(String closeText,
Command closeCallback) |
AssignedEntitiesEditor<T> |
AssignedEntitiesInlineEditorView.configureClose(String closeText,
Command closeCallback) |
AssignedEntitiesEditor<T> |
AssignedEntitiesEditor.configureClose(String closeText,
Command closeCallback)
Configures the editor close button's text and click callback.
|
AssignedEntitiesEditor<T> |
AssignedEntitiesModalEditorView.configureSave(String saveText,
Command saveCallback) |
AssignedEntitiesEditor<T> |
AssignedEntitiesInlineEditorView.configureSave(String saveText,
Command saveCallback) |
AssignedEntitiesEditor<T> |
AssignedEntitiesEditor.configureSave(String saveText,
Command saveCallback)
Configures the editor save button's text and click callback.
|
AssignedEntitiesEditor<T> |
AssignedEntitiesModalEditorView.hide() |
AssignedEntitiesEditor<T> |
AssignedEntitiesInlineEditorView.hide() |
AssignedEntitiesEditor<T> |
AssignedEntitiesEditor.hide()
Hide the editor view.
|
AssignedEntitiesEditor<T> |
AssignedEntitiesModalEditorView.show(String title) |
AssignedEntitiesEditor<T> |
AssignedEntitiesInlineEditorView.show(String title) |
AssignedEntitiesEditor<T> |
AssignedEntitiesEditor.show(String header)
Show the editor view.
|
Constructor and Description |
---|
GroupUsersAssignment(AssignedEntitiesEditor<GroupUsersAssignment> view,
UsersExplorer usersExplorer,
javax.enterprise.event.Event<AddUsersToGroupEvent> addUsersToGroupEvent) |
Modifier and Type | Field and Description |
---|---|
AssignedEntitiesEditor |
UserAssignedEntitiesEditor.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 |
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) |
UserEditor.View |
UserEditor.View.initWidgets(UserAttributesEditor.View userAttributesEditorView,
AssignedEntitiesExplorer userAssignedGroupsExplorerView,
AssignedEntitiesEditor userAssignedGroupsEditorView,
AssignedEntitiesExplorer userAssignedRolesExplorerView,
AssignedEntitiesEditor userAssignedRolesEditorView,
ACLViewer aclViewer) |
Constructor and Description |
---|
UserAssignedEntitiesEditor(ClientUserSystemManager userSystemManager,
AbstractEntityExplorer<T> entitiesExplorer,
AssignedEntitiesEditor view) |
UserAssignedGroupsEditor(ClientUserSystemManager userSystemManager,
GroupsExplorer groupsExplorer,
AssignedEntitiesEditor<UserAssignedGroupsEditor> view,
javax.enterprise.event.Event<OnUpdateUserGroupsEvent> updateUserGroupsEventEvent) |
UserAssignedRolesEditor(ClientUserSystemManager userSystemManager,
RolesExplorer rolesExplorer,
AssignedEntitiesEditor<UserAssignedRolesEditor> view,
javax.enterprise.event.Event<OnUpdateUserRolesEvent> updateUserRolesEvent) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.