Interface MultiQuestionView

    • Method Detail

      • showQuestions

        void showQuestions​(java.util.List<Definition> definitions)
        Notifies the view to show the questions
        Parameters:
        definitions - list of questions
      • showControls

        void showControls​(int pageCount)
        Notifies the view to show view pager controls
        Parameters:
        pageCount - number of questions
      • showSubmit

        void showSubmit​(boolean show)
        Notifies the view to show the submit button
        Parameters:
        show - true to display, false otherwise