Class EntitiesPagedList<T>

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget
    Direct Known Subclasses:
    GroupsList, RolesList

    @Dependent
    @Alternative
    public class EntitiesPagedList<T>
    extends EntitiesList<T>

    Presenter class for listing entities, with automatic pagination feature management.

    Notes:

    • By default the onChangePage callback method is not fired, it's handled by this class itself.

    Since:
    0.8.0