Uses of Class
org.javlo.component.form.GenericQuiz.Question
-
Packages that use GenericQuiz.Question Package Description org.javlo.component.form -
-
Uses of GenericQuiz.Question in org.javlo.component.form
Methods in org.javlo.component.form that return GenericQuiz.Question Modifier and Type Method Description GenericQuiz.QuestionGenericQuiz.Response. getQuestion()Methods in org.javlo.component.form that return types with arguments of type GenericQuiz.Question Modifier and Type Method Description List<GenericQuiz.Question>GenericQuiz. getQuestions()Methods in org.javlo.component.form with parameters of type GenericQuiz.Question Modifier and Type Method Description StringGenericQuiz. getEditXHTML(ContentContext ctx, GenericQuiz.Question question)voidGenericQuiz.Response. setQuestion(GenericQuiz.Question question)Constructors in org.javlo.component.form with parameters of type GenericQuiz.Question Constructor Description Response(GenericQuiz.Question question, String response)
-