Interface PunchcardListView

    • Method Detail

      • showPunchcardInstanceList

        void showPunchcardInstanceList​(java.util.List<PunchcardInstance> punchcards,
                                       int totalEntries)
        This will be called by the presenter after a successful call to the API
        Parameters:
        punchcards - list of PunchcardInstance from the API
        totalEntries - int total number of entries in the server
      • appendPunchcardInstanceList

        void appendPunchcardInstanceList​(java.util.List<PunchcardInstance> punchcards,
                                         int totalEntries)
        This will be called by the presenter after a successful call to the API. This is a special implementation for components with EndlessList implementation
        Parameters:
        punchcards - list of PunchcardInstance from the API
        totalEntries - int total number of entries in the server