Package org.kuali.rice.kns.question
Class ConfirmationQuestion
java.lang.Object
org.kuali.rice.kns.question.QuestionBase
org.kuali.rice.kns.question.ConfirmationQuestion
- All Implemented Interfaces:
Question
Deprecated.
Only used in KNS classes, use KRAD.
This class support the ConfirmationQuestion. For example: a Yes/No dialog window.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.kns.question.QuestionBase
getButtonIndex, getButtons, getQuestion, setButtons, setQuestion
-
Field Details
-
YES
Deprecated.- See Also:
-
NO
Deprecated.- See Also:
-
-
Constructor Details
-
ConfirmationQuestion
public ConfirmationQuestion()Deprecated.
-