Uses of Class
org.javlo.component.web2.survey.Question
- 
Packages that use Question Package Description org.javlo.component.web2.survey  - 
- 
Uses of Question in org.javlo.component.web2.survey
Fields in org.javlo.component.web2.survey declared as Question Modifier and Type Field Description QuestionSortSurvey.BothQuestion. q1QuestionSortSurvey.BothQuestion. q2Methods in org.javlo.component.web2.survey that return Question Modifier and Type Method Description QuestionSortSurvey.BothQuestion. getQ1()QuestionSortSurvey.BothQuestion. getQ2()Methods in org.javlo.component.web2.survey that return types with arguments of type Question Modifier and Type Method Description List<Question>ListSurvey. getAllQuestions(ContentContext ctx)List<Question>SortSurvey. getAllQuestions(ContentContext ctx)List<Question>SurveyContext. getAllQuestions()List<Question>ListSurvey. getQuestions(ContentContext ctx, Map<String,String> data)List<Question>SelectSurvey. getQuestions(ContentContext ctx, Map<String,String> inResponses)List<Question>SortSurvey. getQuestions(ContentContext ctx)List<Question>SurveyContext. getSelectedQuestions()Methods in org.javlo.component.web2.survey with parameters of type Question Modifier and Type Method Description voidSortSurvey.BothQuestion. setQ1(Question q1)voidSortSurvey.BothQuestion. setQ2(Question q2)booleanSurveyContext. updateQuestion(Question inQuestion)update values of question in internal list.Method parameters in org.javlo.component.web2.survey with type arguments of type Question Modifier and Type Method Description voidSurveyContext. setAllQuestions(List<Question> allQuestions)voidSurveyContext. setSelectedQuestions(List<Question> selectedQuestions)protected intAbstractSurvey. store(ContentContext ctx, List<Question> questions, String stepName, Integer line)protected intAbstractSurvey. storeExcel(ContentContext ctx, List<Question> questions, String stepName, Integer line)Constructors in org.javlo.component.web2.survey with parameters of type Question Constructor Description BothQuestion(Question q1, Question q2)Question(Question q) 
 -