Class GroupsList

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    @Dependent
    public class GroupsList
    extends EntitiesPagedList<org.jboss.errai.security.shared.api.Group>

    Presenter class for listing groups, includes the super-type pagination features.

    • Constructor Detail

      • GroupsList

        @Inject
        public GroupsList​(LoadingBox loadingBox,
                          EntitiesList.View view,
                          org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager)