|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase org.kuali.rice.kns.web.struts.form.KualiForm org.kuali.rice.kns.web.struts.form.QuestionPromptForm
@Deprecated public class QuestionPromptForm
This class is the action form for all Question Prompts.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
KualiForm.TabState |
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
extraButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
---|
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
QuestionPromptForm()
Deprecated. |
Method Summary | |
---|---|
ArrayList |
getButtons()
Deprecated. |
String |
getCaller()
Deprecated. |
String |
getContext()
Deprecated. |
String |
getDocNum()
Deprecated. |
String |
getFormKey()
Deprecated. |
String |
getMethodToCallPath()
Deprecated. |
String |
getQuestionAnchor()
Deprecated. |
String |
getQuestionIndex()
Deprecated. |
String |
getQuestionText()
Deprecated. |
String |
getQuestionType()
Deprecated. |
String |
getReason()
Deprecated. |
String |
getShowReasonField()
Deprecated. |
String |
getTitle()
Deprecated. |
void |
populate(javax.servlet.http.HttpServletRequest request)
Deprecated. Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request. |
void |
setButtons(ArrayList buttons)
Deprecated. |
void |
setCaller(String caller)
Deprecated. |
void |
setContext(String context)
Deprecated. |
void |
setDocNum(String docNum)
Deprecated. |
void |
setFormKey(String formKey)
Deprecated. |
void |
setMethodToCallPath(String methodToCallPath)
Deprecated. |
void |
setQuestionAnchor(String questionAnchor)
Deprecated. |
void |
setQuestionIndex(String questionIndex)
Deprecated. |
void |
setQuestionText(String questionText)
Deprecated. |
void |
setQuestionType(String questionName)
Deprecated. |
void |
setReason(String reason)
Deprecated. |
void |
setShowReasonField(String showReasonField)
Deprecated. |
void |
setTitle(String title)
Deprecated. |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuestionPromptForm()
Method Detail |
---|
public String getDocNum()
public void setDocNum(String docNum)
docNum
- the docNum to setpublic String getShowReasonField()
public void setShowReasonField(String showReasonField)
showReasonField
- public ArrayList getButtons()
public String getCaller()
public String getFormKey()
public String getQuestionIndex()
public String getQuestionText()
public String getQuestionType()
public String getTitle()
public void populate(javax.servlet.http.HttpServletRequest request)
KualiForm
populate
in interface PojoForm
populate
in class KualiForm
org.kuali.rice.krad.web.struts.pojo.PojoForm#populate(javax.servlet.http.HttpServletRequest)
public void setButtons(ArrayList buttons)
buttons
- The buttons to set.public void setCaller(String caller)
caller
- The caller to set.public void setFormKey(String formKey)
formKey
- The formKey to set.public void setQuestionIndex(String questionIndex)
questionIndex
- The questionIndex to set.public void setQuestionText(String questionText)
questionText
- The questionText to set.public void setQuestionType(String questionName)
questionName
- The questionName to set.public void setTitle(String title)
title
- The title to set.public String getContext()
public void setContext(String context)
public String getReason()
public void setReason(String reason)
reason
- public String getQuestionAnchor()
public void setQuestionAnchor(String questionAnchor)
public String getMethodToCallPath()
public void setMethodToCallPath(String methodToCallPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |