Uses of Class
tigase.http.modules.setup.questions.Question
-
Packages that use Question Package Description tigase.http.modules.setup.pages tigase.http.modules.setup.questions -
-
Uses of Question in tigase.http.modules.setup.pages
Subclasses of Question in tigase.http.modules.setup.pages Modifier and Type Class Description static classConnectorsPage.ConnectorsQuestionMethods in tigase.http.modules.setup.pages that return Question Modifier and Type Method Description QuestionPage. getQuestion(String id)Methods in tigase.http.modules.setup.pages that return types with arguments of type Question Modifier and Type Method Description List<Question>AdvConfigPage. getOptionalComponents()List<Question>PluginsConfigPage. getPlugins()List<Question>DBSetupPage. getQuestions()Methods in tigase.http.modules.setup.pages with parameters of type Question Modifier and Type Method Description protected voidConnectorsPage. addQuestion(Question question)protected voidDBSetupPage. addQuestion(Question question)protected voidFeaturesPage. addQuestion(Question question)protected voidPage. addQuestion(Question question)Method parameters in tigase.http.modules.setup.pages with type arguments of type Question Modifier and Type Method Description protected voidPage. setQuestions(Stream<Question> questions)Constructors in tigase.http.modules.setup.pages with parameters of type Question Constructor Description Page(String title, String template, Question... questions)Constructor parameters in tigase.http.modules.setup.pages with type arguments of type Question Constructor Description Page(String title, String template, Stream<Question> questions) -
Uses of Question in tigase.http.modules.setup.questions
Subclasses of Question in tigase.http.modules.setup.questions Modifier and Type Class Description classMultiAnswerQuestionclassSingleAnswerQuestion
-