|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsurveylib.model.question.Question
org.jsurveylib.model.question.OneChoiceQuestion
org.jsurveylib.model.question.DropdownQuestion
public class DropdownQuestion
FOR INTERNAL USE ONLY.
Copyright (c)2007, Daniel Kaplan
Method Summary | |
---|---|
void |
accept(Visitor visitor)
|
boolean |
isAnswered()
Return true if an answer has been set for this question |
void |
setChoices(java.util.List<Choice> choices)
|
Methods inherited from class org.jsurveylib.model.question.OneChoiceQuestion |
---|
getAnswer, getChoices, getSelectedIndex, setAnswer |
Methods inherited from class org.jsurveylib.model.question.Question |
---|
addAnswerListener, addEnableListener, addValidationListener, addVisibilityListener, fireAnswerChanged, fireAnswerChanged, getCurrentValidationMessage, getId, getLabel, getOnAnswerChanged, isAnswerable, isEnabled, isMandatory, isValid, isVisible, populateTemplate, removeAnswerListener, removeEnableListener, removeValidationListener, removeVisibilityListener, setEnabled, setLabel, setLabel, setMandatory, setOnAnswerChanged, setValid, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isAnswered()
isAnswered
in class Question
public void setChoices(java.util.List<Choice> choices)
public void accept(Visitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |