Class UserGroupsExplorer
- java.lang.Object
-
- org.uberfire.ext.security.management.client.widgets.management.explorer.UserGroupsExplorer
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class UserGroupsExplorer extends Object implements com.google.gwt.user.client.ui.IsWidget
Presenter class for user's assigned groups explorer widget.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserGroupsExplorer.View
-
Field Summary
Fields Modifier and Type Field Description protected GroupsListgroupListprotected UserGroupsExplorer.Viewview
-
Constructor Summary
Constructors Constructor Description UserGroupsExplorer(GroupsList groupList, UserGroupsExplorer.View view, ConfirmBox confirmBox, javax.enterprise.event.Event<RemoveUserGroupEvent> removeUserGroupEventEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidclear()voidinit()voidshow(Set<org.jboss.errai.security.shared.api.Group> groups, boolean canRemove)
-
-
-
Field Detail
-
groupList
protected GroupsList groupList
-
view
protected UserGroupsExplorer.View view
-
-
Constructor Detail
-
UserGroupsExplorer
@Inject public UserGroupsExplorer(GroupsList groupList, UserGroupsExplorer.View view, ConfirmBox confirmBox, javax.enterprise.event.Event<RemoveUserGroupEvent> removeUserGroupEventEvent)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
init
@PostConstruct public void init()
-
show
public void show(Set<org.jboss.errai.security.shared.api.Group> groups, boolean canRemove)
-
clear
public void clear()
-
-