Class QuestionPromptForm
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
- All Implemented Interfaces:
Serializable,PojoForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class is the action form for all Question Prompts.
- See Also:
-
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
extraButtonsFields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
requiredNonEditablePropertiesFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTitle()Deprecated.voidpopulate(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.voidsetButtons(ArrayList buttons) Deprecated.voidDeprecated.voidsetContext(String context) Deprecated.voidDeprecated.voidsetFormKey(String formKey) Deprecated.voidsetMethodToCallPath(String methodToCallPath) Deprecated.voidsetQuestionAnchor(String questionAnchor) Deprecated.voidsetQuestionIndex(String questionIndex) Deprecated.voidsetQuestionText(String questionText) Deprecated.voidsetQuestionType(String questionName) Deprecated.voidDeprecated.voidsetShowReasonField(String showReasonField) Deprecated.voidDeprecated.Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInFormMethods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValuesMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
QuestionPromptForm
public QuestionPromptForm()Deprecated.
-
-
Method Details
-
getDocNum
Deprecated.- Returns:
- the docNum
-
setDocNum
Deprecated.- Parameters:
docNum- the docNum to set
-
getShowReasonField
Deprecated.- Returns:
- boolean
-
setShowReasonField
Deprecated.- Parameters:
showReasonField-
-
getButtons
Deprecated.- Returns:
- Returns the buttons.
-
getCaller
Deprecated.- Returns:
- Returns the caller.
-
getFormKey
Deprecated.- Returns:
- Returns the formKey.
-
getQuestionIndex
Deprecated.- Returns:
- Returns the questionIndex.
-
getQuestionText
Deprecated.- Returns:
- Returns the questionText.
-
getQuestionType
Deprecated.- Returns:
- Returns the questionName.
-
getTitle
Deprecated.- Returns:
- Returns the title.
-
populate
public void populate(javax.servlet.http.HttpServletRequest request) Deprecated.Description copied from class:KualiFormChecks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request. -
setButtons
Deprecated.- Parameters:
buttons- The buttons to set.
-
setCaller
Deprecated.- Parameters:
caller- The caller to set.
-
setFormKey
Deprecated.- Parameters:
formKey- The formKey to set.
-
setQuestionIndex
Deprecated.- Parameters:
questionIndex- The questionIndex to set.
-
setQuestionText
Deprecated.- Parameters:
questionText- The questionText to set.
-
setQuestionType
Deprecated.- Parameters:
questionName- The questionName to set.
-
setTitle
Deprecated.- Parameters:
title- The title to set.
-
getContext
Deprecated. -
setContext
Deprecated. -
getReason
Deprecated.- Returns:
- String
-
setReason
Deprecated.- Parameters:
reason-
-
getQuestionAnchor
Deprecated. -
setQuestionAnchor
Deprecated. -
getMethodToCallPath
Deprecated. -
setMethodToCallPath
Deprecated.
-