@Dependent public class GroupViewer extends Object implements com.google.gwt.user.client.ui.IsWidget, GroupViewer
Viewer class for a Group instance.
Additionally it shows a delete button, if the service provider supports the CAN_DELETE_GROUP capability.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupViewer.View |
| Modifier and Type | Field and Description |
|---|---|
GroupViewer.View |
view |
| Constructor and Description |
|---|
GroupViewer(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnDeleteEvent> onDeleteEvent,
GroupViewer.View view) |
public GroupViewer.View view
@Inject public GroupViewer(ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnDeleteEvent> onDeleteEvent, GroupViewer.View view)
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(org.jboss.errai.security.shared.api.Group group)
public void clear()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.