org.kuali.rice.kns.question
Class RecallQuestion

java.lang.Object
  extended by org.kuali.rice.kns.question.QuestionBase
      extended by org.kuali.rice.kns.question.RecallQuestion
All Implemented Interfaces:
Question

public class RecallQuestion
extends QuestionBase

Recall to Action List / Recall & Cancel question for Recall functionality. Note: this could possibly be generalized to a generic MultipleChoiceQuestion in combination w/ special question context


Field Summary
static String RECALL_AND_CANCEL
           
static String RECALL_TO_ACTIONLIST
           
 
Constructor Summary
RecallQuestion()
           
 
Method Summary
 
Methods inherited from class org.kuali.rice.kns.question.QuestionBase
getButtonIndex, getButtons, getQuestion, setButtons, setQuestion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECALL_TO_ACTIONLIST

public static final String RECALL_TO_ACTIONLIST
See Also:
Constant Field Values

RECALL_AND_CANCEL

public static final String RECALL_AND_CANCEL
See Also:
Constant Field Values
Constructor Detail

RecallQuestion

public RecallQuestion()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.