Interface Question

All Known Implementing Classes:
ConfirmationQuestion, QuestionBase, RecallQuestion

@Deprecated public interface Question
Deprecated.
Only used in KNS classes, use KRAD.
This interface defines methods that are required to support c Confirmation Question.
  • Method Details

    • getButtonIndex

      String getButtonIndex(String btnText)
      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

      void setButtons(ArrayList buttons)
      Deprecated.
      Parameters:
      buttons - The buttons to set.
    • getQuestion

      String getQuestion()
      Deprecated.
      Returns:
      Returns the question.
    • setQuestion

      void setQuestion(String question)
      Deprecated.
      Parameters:
      question - The question to set.