Interface AwardsListView

    • Method Detail

      • showAwardList

        void showAwardList​(java.util.List<Award> awards,
                           int totalEntries)
        View action to show the list of awards
        Parameters:
        awards - list of Award
        totalEntries - total number of entries
      • appendAwardList

        void appendAwardList​(java.util.List<Award> awards,
                             int totalEntries)
        View action to add items to the list of awards
        Parameters:
        awards - list of Award
        totalEntries - total number of entries