@Deprecated public class QuestionBase extends Object implements Question
Constructor and Description |
---|
QuestionBase(String question,
ArrayList buttons)
Deprecated.
default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getButtonIndex(String btnText)
Deprecated.
returns the index associated with a specified button
|
ArrayList |
getButtons()
Deprecated.
|
String |
getQuestion()
Deprecated.
|
void |
setButtons(ArrayList buttons)
Deprecated.
|
void |
setQuestion(String question)
Deprecated.
|
public QuestionBase(String question, ArrayList buttons)
question
- the question to assign to this question promptbuttons
- the buttons associated with itpublic String getButtonIndex(String btnText)
getButtonIndex
in interface Question
btnText
- the text of the buttonpublic ArrayList getButtons()
getButtons
in interface Question
public void setButtons(ArrayList buttons)
setButtons
in interface Question
buttons
- The buttons to set.public String getQuestion()
getQuestion
in interface Question
public void setQuestion(String question)
setQuestion
in interface Question
question
- The question to set.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.