org.jsurveylib.model.question
Class TextAreaQuestion

java.lang.Object
  extended by org.jsurveylib.model.question.Question
      extended by org.jsurveylib.model.question.FreeTextQuestion
          extended by org.jsurveylib.model.question.TextAreaQuestion
All Implemented Interfaces:
Template, SurveyElement, Visitable

public class TextAreaQuestion
extends FreeTextQuestion

FOR INTERNAL USE ONLY. Copyright (c)2007, Daniel Kaplan

Since:
7.10.30
Author:
Daniel Kaplan

Method Summary
 void accept(Visitor visitor)
           
 int getRows()
           
 void setRows(int rows)
           
 
Methods inherited from class org.jsurveylib.model.question.FreeTextQuestion
getAnswer, isAnswered, 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

getRows

public int getRows()

setRows

public void setRows(int rows)

accept

public void accept(Visitor visitor)