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 Question
SortSurvey.BothQuestion. q1
Question
SortSurvey.BothQuestion. q2
Methods in org.javlo.component.web2.survey that return Question Modifier and Type Method Description Question
SortSurvey.BothQuestion. getQ1()
Question
SortSurvey.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 void
SortSurvey.BothQuestion. setQ1(Question q1)
void
SortSurvey.BothQuestion. setQ2(Question q2)
boolean
SurveyContext. 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 void
SurveyContext. setAllQuestions(List<Question> allQuestions)
void
SurveyContext. setSelectedQuestions(List<Question> selectedQuestions)
protected int
AbstractSurvey. store(ContentContext ctx, List<Question> questions, String stepName, Integer line)
protected int
AbstractSurvey. 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)
-