@Deprecated public interface Question
| 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.  | 
String getButtonIndex(String btnText)
btnText - the text of the buttonArrayList getButtons()
void setButtons(ArrayList buttons)
buttons - The buttons to set.String getQuestion()
void setQuestion(String question)
question - The question to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.