Package | Description |
---|---|
org.uberfire.ext.security.management.client.widgets.management.editor | |
org.uberfire.ext.security.management.client.widgets.management.explorer |
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..
|
Modifier and Type | Class and Description |
---|---|
class |
EntitiesExplorerViewImpl |
Modifier and Type | Field and Description |
---|---|
EntitiesExplorerView |
AbstractEntityExplorer.view |
Modifier and Type | Method and Description |
---|---|
EntitiesExplorerView |
EntitiesExplorerViewImpl.clear() |
EntitiesExplorerView |
EntitiesExplorerView.clear()
Clears the view.
|
EntitiesExplorerView |
EntitiesExplorerViewImpl.clearSearch() |
EntitiesExplorerView |
EntitiesExplorerView.clearSearch()
Clears the current search.
|
EntitiesExplorerView |
EntitiesExplorerViewImpl.configure(String entityType,
EntitiesList.View entitiesListView) |
EntitiesExplorerView |
EntitiesExplorerView.configure(String entityType,
EntitiesList.View entitiesListView)
Configures the explorer's list widget.
|
EntitiesExplorerView |
EntitiesExplorerViewImpl.show(EntitiesExplorerView.ViewContext context,
EntitiesExplorerView.ViewCallback callback) |
EntitiesExplorerView |
EntitiesExplorerView.show(EntitiesExplorerView.ViewContext context,
EntitiesExplorerView.ViewCallback callback)
Shows the list.
|
EntitiesExplorerView |
EntitiesExplorerViewImpl.showMessage(org.gwtbootstrap3.client.ui.constants.LabelType labelType,
String message) |
EntitiesExplorerView |
EntitiesExplorerView.showMessage(org.gwtbootstrap3.client.ui.constants.LabelType labelType,
String message)
Shows a meesage in the entities explorer view.
|
Constructor and Description |
---|
AbstractEntityExplorer(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
LoadingBox loadingBox,
EntitiesList<T> entitiesList,
EntitiesExplorerView view) |
GroupsExplorer(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
LoadingBox loadingBox,
EntitiesList<org.jboss.errai.security.shared.api.Group> entitiesList,
EntitiesExplorerView view,
javax.enterprise.event.Event<ReadGroupEvent> readGroupEvent,
javax.enterprise.event.Event<NewGroupEvent> newGroupEvent) |
RolesExplorer(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
LoadingBox loadingBox,
EntitiesList<org.jboss.errai.security.shared.api.Role> entitiesList,
EntitiesExplorerView view,
javax.enterprise.event.Event<ReadRoleEvent> readRoleEvent) |
UsersExplorer(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
LoadingBox loadingBox,
EntitiesList<org.jboss.errai.security.shared.api.identity.User> entitiesList,
EntitiesExplorerView view,
javax.enterprise.event.Event<ReadUserEvent> readUserEvent,
javax.enterprise.event.Event<NewUserEvent> newUserEvent) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.