cmu.survey.objects.renderers.html
Class RadioButtonHTMLRenderer

java.lang.Object
  extended by cmu.survey.objects.renderers.html.RadioButtonHTMLRenderer

public class RadioButtonHTMLRenderer
extends java.lang.Object


Constructor Summary
RadioButtonHTMLRenderer()
           
 
Method Summary
 java.util.Vector renderColumns(Answer answer, boolean timeResponses, java.util.Vector<java.lang.String> choicesNames, java.util.Vector choicesIndexIDs, boolean horizontal, boolean autoSubmitWhenFinishedWithThisQuestion, boolean showTheRadioButtonGraphic, boolean showTitles, Answer otherAnswer)
           
 java.util.Vector renderColumns(Answer answer, boolean timeResponses, java.util.Vector<java.lang.String> choicesNames, java.util.Vector choicesIndexIDs, boolean horizontal, boolean horizontalWithNoColumns, boolean autoSubmitWhenFinishedWithThisQuestion, boolean showTheRadioButtonGraphic, boolean showTitles, Answer otherAnswer)
           
 java.util.Vector<java.lang.String> renderColumns(Answer answer, boolean timeResponses, java.util.Vector<java.lang.String> choicesNames, java.util.Vector choicesIndexIDs, boolean horizontal, boolean horizontalWithNoColumns, boolean autoSubmitWhenFinishedWithThisQuestion, boolean showTheRadioButtonGraphic, boolean showTitles, Answer otherAnswer, boolean startIndexesAtZero)
          not used... not sure how to merge this into renderColumns.
 java.util.Vector renderColumns(RadioButtonQuestionObject radioButton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonHTMLRenderer

public RadioButtonHTMLRenderer()
Method Detail

renderColumns

public java.util.Vector renderColumns(Answer answer,
                                      boolean timeResponses,
                                      java.util.Vector<java.lang.String> choicesNames,
                                      java.util.Vector choicesIndexIDs,
                                      boolean horizontal,
                                      boolean autoSubmitWhenFinishedWithThisQuestion,
                                      boolean showTheRadioButtonGraphic,
                                      boolean showTitles,
                                      Answer otherAnswer)

renderColumns

public java.util.Vector renderColumns(Answer answer,
                                      boolean timeResponses,
                                      java.util.Vector<java.lang.String> choicesNames,
                                      java.util.Vector choicesIndexIDs,
                                      boolean horizontal,
                                      boolean horizontalWithNoColumns,
                                      boolean autoSubmitWhenFinishedWithThisQuestion,
                                      boolean showTheRadioButtonGraphic,
                                      boolean showTitles,
                                      Answer otherAnswer)

renderColumns

public java.util.Vector<java.lang.String> renderColumns(Answer answer,
                                                        boolean timeResponses,
                                                        java.util.Vector<java.lang.String> choicesNames,
                                                        java.util.Vector choicesIndexIDs,
                                                        boolean horizontal,
                                                        boolean horizontalWithNoColumns,
                                                        boolean autoSubmitWhenFinishedWithThisQuestion,
                                                        boolean showTheRadioButtonGraphic,
                                                        boolean showTitles,
                                                        Answer otherAnswer,
                                                        boolean startIndexesAtZero)
not used... not sure how to merge this into renderColumns.

Parameters:
answer -
choicesNames -
choicesIndexIDs -
horizontal -
horizontalWithNoColumns -
startIndexesAtZero -
Returns:

renderColumns

public java.util.Vector renderColumns(RadioButtonQuestionObject radioButton)
Parameters:
radioButton -
Returns: