org.JCaiF.CoreComponents
Class ResponseListDisplay

java.lang.Object
  extended by org.JCaiF.CoreComponents.SimpleSurveyQuestion
      extended by org.JCaiF.CoreComponents.ResponseListQuestion
          extended by org.JCaiF.CoreComponents.ResponseListDisplay
All Implemented Interfaces:
java.lang.Cloneable, SurveyComponent, SurveyObject, SurveyQuestion

public class ResponseListDisplay
extends ResponseListQuestion

Author:
Michael Hall

Constructor Summary
ResponseListDisplay()
          Creates a new instance of ResponseListDisplay
ResponseListDisplay(java.lang.String label)
           
ResponseListDisplay(java.lang.String label, ResponseList list)
           
 
Method Summary
 java.lang.String getText()
           
 boolean onLoad()
           
 
Methods inherited from class org.JCaiF.CoreComponents.ResponseListQuestion
clone, getList, getValue, init, onContinue, setList, toString
 
Methods inherited from class org.JCaiF.CoreComponents.SimpleSurveyQuestion
getId, getParent, setId, setParent, setText, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseListDisplay

public ResponseListDisplay()
Creates a new instance of ResponseListDisplay


ResponseListDisplay

public ResponseListDisplay(java.lang.String label)

ResponseListDisplay

public ResponseListDisplay(java.lang.String label,
                           ResponseList list)
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in interface SurveyComponent
Overrides:
getText in class SimpleSurveyQuestion

onLoad

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