@Dependent public class SecurityExplorerScreen extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SecurityExplorerScreen.View |
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_TAB |
static String |
GROUPS_TAB |
static String |
ROLES_TAB |
static String |
SCREEN_ID |
static String |
USERS_TAB |
Constructor and Description |
---|
SecurityExplorerScreen(SecurityExplorerScreen.View view,
RolesExplorer rolesExplorer,
GroupsExplorer groupsExplorer,
UsersExplorer usersExplorer,
ErrorPopupPresenter errorPopupPresenter,
PlaceManager placeManager,
ClientUserSystemManager userSystemManager,
ClientSecurityExceptionMessageResolver exceptionMessageResolver) |
Modifier and Type | Method and Description |
---|---|
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
init() |
void |
onClose() |
void |
onStartup(PlaceRequest placeRequest) |
public static final String SCREEN_ID
public static final String ACTIVE_TAB
public static final String ROLES_TAB
public static final String GROUPS_TAB
public static final String USERS_TAB
@Inject public SecurityExplorerScreen(SecurityExplorerScreen.View view, RolesExplorer rolesExplorer, GroupsExplorer groupsExplorer, UsersExplorer usersExplorer, ErrorPopupPresenter errorPopupPresenter, PlaceManager placeManager, ClientUserSystemManager userSystemManager, ClientSecurityExceptionMessageResolver exceptionMessageResolver)
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getWidget()
@PostConstruct public void init()
public void onStartup(PlaceRequest placeRequest)
public void onClose()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.