Uses of Class
org.uberfire.ext.security.management.client.widgets.management.editor.user.UserEditor
-
-
Uses of UserEditor in org.uberfire.ext.security.management.client.widgets.management.editor.user
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.user that return UserEditor Modifier and Type Method Description UserEditorUserEditor. setAddToGroupsButtonVisible(boolean isVisible)UserEditorUserEditor. setAttributesEditorVisible(boolean isVisible)UserEditorUserEditor. setChangePasswordButtonVisible(boolean isVisible)UserEditorUserEditor. setDeleteButtonVisible(boolean isVisible)UserEditorUserEditor. setEditButtonVisible(boolean isVisible)UserEditorUserEditor. setPermissionsVisible(boolean isVisible)Methods in org.uberfire.ext.security.management.client.widgets.management.editor.user with parameters of type UserEditor Modifier and Type Method Description voidUserEditorView. init(UserEditor presenter) -
Uses of UserEditor in org.uberfire.ext.security.management.client.widgets.management.editor.user.workflow
Fields in org.uberfire.ext.security.management.client.widgets.management.editor.user.workflow declared as UserEditor Modifier and Type Field Description protected UserEditorBaseUserEditorWorkflow. userEditorMethods in org.uberfire.ext.security.management.client.widgets.management.editor.user.workflow that return UserEditor Modifier and Type Method Description UserEditorBaseUserEditorWorkflow. getUserEditor()Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.user.workflow with parameters of type UserEditor Constructor Description BaseUserEditorWorkflow(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> workbenchNotification, javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent, javax.enterprise.event.Event<SaveUserEvent> saveUserEvent, ConfirmBox confirmBox, UserEditor userEditor, org.uberfire.ext.security.management.client.editor.user.UserEditorDriver userEditorDriver, ChangePassword changePassword, LoadingBox loadingBox, EntityWorkflowView view)UserCreationWorkflow(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.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, org.uberfire.ext.security.management.client.editor.user.UserEditorDriver userEditorDriver, ChangePassword changePassword, LoadingBox loadingBox, EntityWorkflowView view)UserEditorWorkflow(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> workbenchNotification, javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent, javax.enterprise.event.Event<SaveUserEvent> saveUserEvent, ConfirmBox confirmBox, UserEditor userEditor, org.uberfire.ext.security.management.client.editor.user.UserEditorDriver userEditorDriver, ChangePassword changePassword, LoadingBox loadingBox, EntityWorkflowView view)
-