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.Question
GenericQuiz.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 String
GenericQuiz. getEditXHTML(ContentContext ctx, GenericQuiz.Question question)
void
GenericQuiz.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)
-