Modifier and Type | Method and Description |
---|---|
UserEditor |
UserEditor.setAddToGroupsButtonVisible(boolean isVisible) |
UserEditor |
UserEditor.setAttributesEditorVisible(boolean isVisible) |
UserEditor |
UserEditor.setChangePasswordButtonVisible(boolean isVisible) |
UserEditor |
UserEditor.setDeleteButtonVisible(boolean isVisible) |
UserEditor |
UserEditor.setEditButtonVisible(boolean isVisible) |
UserEditor |
UserEditor.setPermissionsVisible(boolean isVisible) |
Modifier and Type | Method and Description |
---|---|
void |
UserEditorView.init(UserEditor presenter) |
Modifier and Type | Field and Description |
---|---|
protected UserEditor |
BaseUserEditorWorkflow.userEditor |
Modifier and Type | Method and Description |
---|---|
UserEditor |
BaseUserEditorWorkflow.getUserEditor() |
Constructor and Description |
---|
BaseUserEditorWorkflow(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification,
javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent,
javax.enterprise.event.Event<SaveUserEvent> saveUserEvent,
ConfirmBox confirmBox,
UserEditor userEditor,
UserEditorDriver userEditorDriver,
ChangePassword changePassword,
LoadingBox loadingBox,
EntityWorkflowView view) |
UserCreationWorkflow(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification,
javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent,
javax.enterprise.event.Event<SaveUserEvent> saveUserEvent,
javax.enterprise.event.Event<CreateUserEvent> createUserEvent,
ConfirmBox confirmBox,
CreateEntity createEntity,
UserEditor userEditor,
UserEditorDriver userEditorDriver,
ChangePassword changePassword,
LoadingBox loadingBox,
EntityWorkflowView view) |
UserEditorWorkflow(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification,
javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent,
javax.enterprise.event.Event<SaveUserEvent> saveUserEvent,
ConfirmBox confirmBox,
UserEditor userEditor,
UserEditorDriver userEditorDriver,
ChangePassword changePassword,
LoadingBox loadingBox,
EntityWorkflowView view) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.