public class FeedbackForm extends KualiForm
FeedbackAction
.FeedbackAction
,
Serialized FormKualiForm.TabState
extraButtons
requiredNonEditableProperties
Constructor and Description |
---|
FeedbackForm() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getComments() |
String |
getDocumentId() |
String |
getDocumentType() |
String |
getException() |
String |
getFirstName() |
String |
getLastName() |
String |
getMethodToCall()
Used by the dispatch action to determine which action method to call into.
|
String |
getNetworkId() |
String |
getPageUrl() |
String |
getPhone() |
String |
getTimeDate() |
String |
getUserEmail() |
String |
getUserName() |
void |
setCategory(String category) |
void |
setComments(String comments) |
void |
setDocumentId(String documentId) |
void |
setDocumentType(String documentType) |
void |
setException(String exception) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setMethodToCall(String methodToCall) |
void |
setNetworkId(String networkId) |
void |
setPageUrl(String pageUrl) |
void |
setPhone(String phone) |
void |
setTimeDate(String timeDate) |
void |
setUserEmail(String userEmail) |
void |
setUserName(String userName) |
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm
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, setUnconvertedValues
public FeedbackForm()
public String getCategory()
public void setCategory(String category)
category
- The category to set.public String getUserName()
public void setUserName(String userName)
public void setUserEmail(String userEmail)
public String getUserEmail()
public void setNetworkId(String networkId)
public String getNetworkId()
public void setDocumentType(String documentType)
public String getDocumentType()
public void setPageUrl(String pageUrl)
public String getPageUrl()
public void setException(String exception)
public String getException()
public void setTimeDate(String timeDate)
public String getTimeDate()
public void setComments(String comments)
public String getComments()
public void setDocumentId(String documentId)
public String getDocumentId()
public void setFirstName(String firstName)
public String getFirstName()
public void setLastName(String lastName)
public String getLastName()
public String getMethodToCall()
KualiForm
getMethodToCall
in class KualiForm
public void setMethodToCall(String methodToCall)
setMethodToCall
in class KualiForm
methodToCall
- The methodToCall to set.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.