org.JCaiF
Interface SurveyComponent
- All Superinterfaces:
- java.lang.Cloneable, SurveyObject
- All Known Subinterfaces:
- ComponentContainer, SurveyQuestion
- All Known Implementing Classes:
- FormattedInputQuestion, IterationContainer, MultiSelectQuestion, NumberInputQuestion, RankingQuestion, RepeatContainer, ResponseListDisplay, ResponseListQuestion, SimpleQuestionnaire, SimpleSurveyQuestion, SingleSelectQuestion, TextDisplay, TextInputQuestion
public interface SurveyComponent
- extends SurveyObject
- Author:
- User
getParent
ComponentContainer getParent()
setParent
void setParent(ComponentContainer p)
getText
java.lang.String getText()
setText
void setText(java.lang.String text)
onLoad
boolean onLoad()
onContinue
boolean onContinue()
clone
SurveyComponent clone()
- Specified by:
clone
in interface SurveyObject