Package org.kuali.rice.kns.question
Interface Question
- All Known Implementing Classes:
ConfirmationQuestion,QuestionBase,RecallQuestion
Deprecated.
Only used in KNS classes, use KRAD.
This interface defines methods that are required to support c Confirmation Question.
-
Method Summary
Modifier and TypeMethodDescriptiongetButtonIndex(String btnText) Deprecated.returns the index associated with a specified buttonDeprecated.Deprecated.voidsetButtons(ArrayList buttons) Deprecated.voidsetQuestion(String question) Deprecated.
-
Method Details
-
getButtonIndex
Deprecated.returns the index associated with a specified button- Parameters:
btnText- the text of the button- Returns:
- the index of this button
-
getButtons
ArrayList getButtons()Deprecated.- Returns:
- Returns the buttons.
-
setButtons
Deprecated.- Parameters:
buttons- The buttons to set.
-
getQuestion
String getQuestion()Deprecated.- Returns:
- Returns the question.
-
setQuestion
Deprecated.- Parameters:
question- The question to set.
-