Interface EventListView

    • Method Detail

      • showEventsList

        void showEventsList​(java.util.List<Event> events,
                            int totalEntries)
        Shows the event list
        Parameters:
        events - list of Event to show
        totalEntries - max number of Event
      • appendEventsList

        void appendEventsList​(java.util.List<Event> events,
                              int totalEntries)
        Append the list to the current list present
        Parameters:
        events - list of Event to append
        totalEntries - max number of Event
      • updateSpinnerCategories

        void updateSpinnerCategories​(java.util.List<java.lang.String> stringCategories,
                                     int postion)
        Update the spinner categories
        Parameters:
        stringCategories - list of categories to be populated in the spinner
        postion - index of the current selected category