org.kuali.rice.kns.question
Interface Question

All Known Implementing Classes:
ConfirmationQuestion, QuestionBase, RecallQuestion

Deprecated. Only used in KNS classes, use KRAD.

@Deprecated
public interface Question

This interface defines methods that are required to support c Confirmation Question.


Method Summary
 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.  
 

Method Detail

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.


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.