Uses of Interface
org.uberfire.ext.security.management.client.widgets.management.explorer.EntitiesExplorerView
-
Packages that use EntitiesExplorerView Package Description org.uberfire.ext.security.management.client.widgets.management.editor org.uberfire.ext.security.management.client.widgets.management.explorer -
-
Uses of EntitiesExplorerView in org.uberfire.ext.security.management.client.widgets.management.editor
Methods in org.uberfire.ext.security.management.client.widgets.management.editor with parameters of type EntitiesExplorerView Modifier and Type Method Description AssignedEntitiesEditor<T>AssignedEntitiesEditor. configure(EntitiesExplorerView explorerView)Sets the explorer view being wrapped and the editor's title..AssignedEntitiesEditor<T>AssignedEntitiesInlineEditorView. configure(EntitiesExplorerView explorerView)AssignedEntitiesEditor<T>AssignedEntitiesModalEditorView. configure(EntitiesExplorerView explorerView) -
Uses of EntitiesExplorerView in org.uberfire.ext.security.management.client.widgets.management.explorer
Classes in org.uberfire.ext.security.management.client.widgets.management.explorer that implement EntitiesExplorerView Modifier and Type Class Description classEntitiesExplorerViewImplFields in org.uberfire.ext.security.management.client.widgets.management.explorer declared as EntitiesExplorerView Modifier and Type Field Description EntitiesExplorerViewAbstractEntityExplorer. viewMethods in org.uberfire.ext.security.management.client.widgets.management.explorer that return EntitiesExplorerView Modifier and Type Method Description EntitiesExplorerViewEntitiesExplorerView. clear()Clears the view.EntitiesExplorerViewEntitiesExplorerViewImpl. clear()EntitiesExplorerViewEntitiesExplorerView. clearSearch()Clears the current search.EntitiesExplorerViewEntitiesExplorerViewImpl. clearSearch()EntitiesExplorerViewEntitiesExplorerView. configure(String entityType, EntitiesList.View entitiesListView)Configures the explorer's list widget.EntitiesExplorerViewEntitiesExplorerViewImpl. configure(String entityType, EntitiesList.View entitiesListView)EntitiesExplorerViewEntitiesExplorerView. show(EntitiesExplorerView.ViewContext context, EntitiesExplorerView.ViewCallback callback)Shows the list.EntitiesExplorerViewEntitiesExplorerViewImpl. show(EntitiesExplorerView.ViewContext context, EntitiesExplorerView.ViewCallback callback)EntitiesExplorerViewEntitiesExplorerView. showMessage(org.gwtbootstrap3.client.ui.constants.LabelType labelType, String message)Shows a meesage in the entities explorer view.EntitiesExplorerViewEntitiesExplorerViewImpl. showMessage(org.gwtbootstrap3.client.ui.constants.LabelType labelType, String message)Constructors in org.uberfire.ext.security.management.client.widgets.management.explorer with parameters of type EntitiesExplorerView Constructor Description AbstractEntityExplorer(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, LoadingBox loadingBox, EntitiesList<T> entitiesList, EntitiesExplorerView view)GroupsExplorer(org.uberfire.ext.security.management.client.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(org.uberfire.ext.security.management.client.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(org.uberfire.ext.security.management.client.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)
-