Class SecurityExplorerScreen
- java.lang.Object
-
- org.uberfire.ext.security.management.client.screens.explorer.SecurityExplorerScreen
-
@Dependent public class SecurityExplorerScreen extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecurityExplorerScreen.View
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVE_TABstatic StringGROUPS_TABstatic StringROLES_TABstatic StringSCREEN_IDstatic StringUSERS_TAB
-
Constructor Summary
Constructors Constructor Description SecurityExplorerScreen(SecurityExplorerScreen.View view, org.uberfire.ext.security.management.client.widgets.management.explorer.RolesExplorer rolesExplorer, org.uberfire.ext.security.management.client.widgets.management.explorer.GroupsExplorer groupsExplorer, org.uberfire.ext.security.management.client.widgets.management.explorer.UsersExplorer usersExplorer, org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopupPresenter, org.uberfire.client.mvp.PlaceManager placeManager, org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, org.uberfire.ext.security.management.client.ClientSecurityExceptionMessageResolver exceptionMessageResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()voidinit()voidonClose()voidonStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
-
-
Field Detail
-
SCREEN_ID
public static final String SCREEN_ID
- See Also:
- Constant Field Values
-
ACTIVE_TAB
public static final String ACTIVE_TAB
- See Also:
- Constant Field Values
-
ROLES_TAB
public static final String ROLES_TAB
- See Also:
- Constant Field Values
-
GROUPS_TAB
public static final String GROUPS_TAB
- See Also:
- Constant Field Values
-
USERS_TAB
public static final String USERS_TAB
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SecurityExplorerScreen
@Inject public SecurityExplorerScreen(SecurityExplorerScreen.View view, org.uberfire.ext.security.management.client.widgets.management.explorer.RolesExplorer rolesExplorer, org.uberfire.ext.security.management.client.widgets.management.explorer.GroupsExplorer groupsExplorer, org.uberfire.ext.security.management.client.widgets.management.explorer.UsersExplorer usersExplorer, org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopupPresenter, org.uberfire.client.mvp.PlaceManager placeManager, org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, org.uberfire.ext.security.management.client.ClientSecurityExceptionMessageResolver exceptionMessageResolver)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
-
init
@PostConstruct public void init()
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
onClose
public void onClose()
-
-