| org.kuali.core.question.Question
All known Subclasses: org.kuali.core.question.QuestionBase,
Question | public interface Question (Code) | | This interface defines methods that are required to support c Confirmation Question.
|
getButtonIndex | public String getButtonIndex(String btnText)(Code) | | returns the index associated with a specified button
Parameters: btnText - the text of the button the index of this button |
getButtons | abstract public ArrayList getButtons()(Code) | | Returns the buttons. |
getQuestion | abstract public String getQuestion()(Code) | | Returns the question. |
setButtons | abstract public void setButtons(ArrayList buttons)(Code) | | Parameters: buttons - The buttons to set. |
setQuestion | abstract public void setQuestion(String question)(Code) | | Parameters: question - The question to set. |
|
|