@Dependent public class UserGroupsExplorer extends Object implements com.google.gwt.user.client.ui.IsWidget
Presenter class for user's assigned groups explorer widget.
Modifier and Type | Class and Description |
---|---|
static interface |
UserGroupsExplorer.View |
Modifier and Type | Field and Description |
---|---|
protected GroupsList |
groupList |
protected UserGroupsExplorer.View |
view |
Constructor and Description |
---|
UserGroupsExplorer(GroupsList groupList,
UserGroupsExplorer.View view,
ConfirmBox confirmBox,
javax.enterprise.event.Event<RemoveUserGroupEvent> removeUserGroupEventEvent) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clear() |
void |
init() |
void |
show(Set<org.jboss.errai.security.shared.api.Group> groups,
boolean canRemove) |
protected GroupsList groupList
protected UserGroupsExplorer.View view
@Inject public UserGroupsExplorer(GroupsList groupList, UserGroupsExplorer.View view, ConfirmBox confirmBox, javax.enterprise.event.Event<RemoveUserGroupEvent> removeUserGroupEventEvent)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
@PostConstruct public void init()
public void show(Set<org.jboss.errai.security.shared.api.Group> groups, boolean canRemove)
public void clear()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.