@Dependent public class GroupsExplorer extends AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
Presenter class for groups explorer widget.
By default, the admin
identifier is constrained.
errorCallback, PAGE_SIZE, SEARCH_PATTERN_ALL, view, viewCallback
Constructor and Description |
---|
GroupsExplorer(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
LoadingBox loadingBox,
EntitiesList<org.jboss.errai.security.shared.api.Group> entitiesList,
EntitiesExplorerView view,
javax.enterprise.event.Event<ReadGroupEvent> readGroupEvent,
javax.enterprise.event.Event<NewGroupEvent> newGroupEvent) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
protected boolean |
canCreate() |
protected boolean |
canRead() |
protected boolean |
canSearch() |
protected void |
fireReadEvent(String identifier) |
protected String |
getEmptyText() |
protected String |
getEntityId(org.jboss.errai.security.shared.api.Group entity) |
protected String |
getEntityName(org.jboss.errai.security.shared.api.Group entity) |
protected String |
getEntityType() |
protected String |
getTitle() |
protected void |
showCreate() |
protected void |
showSearch() |
attemptToShowSearch, clear, createCallback, createParentContext, getSelectedEntities, hasContext, hideLoadingView, init, nullSafe, setPageSize, show, show, showError, showLoadingView
@Inject public GroupsExplorer(ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, LoadingBox loadingBox, EntitiesList<org.jboss.errai.security.shared.api.Group> entitiesList, EntitiesExplorerView view, javax.enterprise.event.Event<ReadGroupEvent> readGroupEvent, javax.enterprise.event.Event<NewGroupEvent> newGroupEvent)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
asWidget
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected String getEmptyText()
getEmptyText
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected String getEntityType()
getEntityType
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected String getTitle()
getTitle
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected String getEntityId(org.jboss.errai.security.shared.api.Group entity)
getEntityId
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected String getEntityName(org.jboss.errai.security.shared.api.Group entity)
getEntityName
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected boolean canSearch()
canSearch
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected boolean canCreate()
canCreate
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected boolean canRead()
canRead
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected void fireReadEvent(String identifier)
fireReadEvent
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected void showCreate()
showCreate
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
protected void showSearch()
showSearch
in class AbstractEntityExplorer<org.jboss.errai.security.shared.api.Group>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.