org.JCaiF.CoreComponents
Class MultiSelectQuestion

java.lang.Object
  extended by org.JCaiF.CoreComponents.SimpleSurveyQuestion
      extended by org.JCaiF.CoreComponents.ResponseListQuestion
          extended by org.JCaiF.CoreComponents.MultiSelectQuestion
All Implemented Interfaces:
java.lang.Cloneable, SurveyComponent, SurveyObject, SurveyQuestion
Direct Known Subclasses:
RankingQuestion

public class MultiSelectQuestion
extends ResponseListQuestion

Author:
Michael Hall

Constructor Summary
MultiSelectQuestion()
           
 
Method Summary
 boolean onContinue()
           
 boolean onLoad()
           
 
Methods inherited from class org.JCaiF.CoreComponents.ResponseListQuestion
clone, getList, getValue, init, setList, toString
 
Methods inherited from class org.JCaiF.CoreComponents.SimpleSurveyQuestion
getId, getParent, getText, setId, setParent, setText, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSelectQuestion

public MultiSelectQuestion()
Method Detail

onLoad

public boolean onLoad()
Specified by:
onLoad in interface SurveyComponent
Overrides:
onLoad in class ResponseListQuestion

onContinue

public boolean onContinue()
Specified by:
onContinue in interface SurveyComponent
Overrides:
onContinue in class ResponseListQuestion