|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kfs.module.bc.document.web.struts.BudgetExpansionForm
public class BudgetExpansionForm
Holds properties necessary for expansion screen handling.
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.pojo.PojoFormBase |
---|
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
BudgetExpansionForm()
Default Constructor |
Method Summary | |
---|---|
void |
addMessage(String message)
Adds a message to the form message list. |
String |
getBackLocation()
Gets the backLocation attribute. |
org.kuali.rice.kns.util.ErrorMap |
getCallBackErrors()
Gets the callBackErrors attribute. |
org.kuali.rice.kns.util.MessageList |
getCallBackMessages()
Gets the callBackMessages attribute. |
Map<String,String> |
getDocumentActions()
Gets the documentActions attribute. |
Map<String,String> |
getEditingMode()
Gets the editingMode attribute. |
org.kuali.rice.kns.util.MessageList |
getMessages()
Gets the messages attribute. |
String |
getReturnAnchor()
Gets the returnAnchor attribute. |
String |
getReturnFormKey()
Gets the returnFormKey attribute. |
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute. |
boolean |
isEditAllowed()
Helper method to check document actions Map for can edit entry |
boolean |
isLostSession()
Gets the lostSession attribute. |
boolean |
isMainWindow()
Gets the mainWindow attribute. |
boolean |
isSystemViewOnly()
Helper method to check edit mode Map for system view only entry |
void |
setBackLocation(String backLocation)
Sets the backLocation attribute value. |
void |
setDocumentActions(Map<String,String> documentActions)
Sets the documentActions attribute value. |
void |
setEditingMode(Map<String,String> editingMode)
Sets the editingMode attribute value. |
void |
setLostSession(boolean lostSession)
Sets the lostSession attribute value. |
void |
setMainWindow(boolean mainWindow)
Sets the mainWindow attribute value. |
void |
setMessages(org.kuali.rice.kns.util.MessageList messages)
Sets the messages attribute value. |
void |
setReturnAnchor(String returnAnchor)
Sets the returnAnchor attribute value. |
void |
setReturnFormKey(String returnFormKey)
Sets the returnFormKey attribute value. |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value. |
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm |
Methods inherited from class org.kuali.rice.kns.web.struts.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, setUnconvertedValues |
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 BudgetExpansionForm()
Method Detail |
---|
public String getBackLocation()
getBackLocation
in class org.kuali.rice.kns.web.struts.form.KualiForm
public void setBackLocation(String backLocation)
setBackLocation
in class org.kuali.rice.kns.web.struts.form.KualiForm
backLocation
- The backLocation to set.public String getReturnAnchor()
public void setReturnAnchor(String returnAnchor)
returnAnchor
- The returnAnchor to set.public String getReturnFormKey()
public void setReturnFormKey(String returnFormKey)
returnFormKey
- The returnFormKey to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public org.kuali.rice.kns.util.MessageList getMessages()
public void setMessages(org.kuali.rice.kns.util.MessageList messages)
messages
- The messages to set.public void addMessage(String message)
message
- message to addpublic org.kuali.rice.kns.util.MessageList getCallBackMessages()
public org.kuali.rice.kns.util.ErrorMap getCallBackErrors()
public Map<String,String> getEditingMode()
public void setEditingMode(Map<String,String> editingMode)
editingMode
- The editingMode to set.public Map<String,String> getDocumentActions()
public void setDocumentActions(Map<String,String> documentActions)
documentActions
- The documentActions to set.public boolean isSystemViewOnly()
public boolean isEditAllowed()
public boolean isLostSession()
public void setLostSession(boolean lostSession)
lostSession
- The lostSession to set.public boolean isMainWindow()
public void setMainWindow(boolean mainWindow)
mainWindow
- The mainWindow to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |