edu.sampleu.demo.kitchensink
Class UifDialogTestForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
edu.sampleu.demo.kitchensink.UifDialogTestForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class UifDialogTestForm
- extends UifFormBase
Form for Test UI Page
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getActiveView, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isDirtyForm, isJsonRequest, isOriginalComponentRequest, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, preBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setOriginalComponentRequest, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName, toString |
UifDialogTestForm
public UifDialogTestForm()
postBind
public void postBind(javax.servlet.http.HttpServletRequest request)
- Description copied from interface:
ViewModel
- Called after Spring binds the request to the form and before the controller method is invoked
- Specified by:
postBind
in interface ViewModel
- Overrides:
postBind
in class UifFormBase
- Parameters:
request
- - request object containing the query parameters- See Also:
ViewModel.postBind(javax.servlet.http.HttpServletRequest)
getField1
public String getField1()
- Returns:
- the field1
setField1
public void setField1(String field1)
- Parameters:
field1
- the field1 to set
getField2
public String getField2()
- Returns:
- the field2
setField2
public void setField2(String field2)
- Parameters:
field2
- the field2 to set
getField3
public String getField3()
- Returns:
- the field3
setField3
public void setField3(String field3)
- Parameters:
field3
- the field3 to set
getField4
public String getField4()
- Returns:
- the field4
setField4
public void setField4(String field4)
- Parameters:
field4
- the field4 to set
getField5
public String getField5()
- Returns:
- the field5
setField5
public void setField5(String field5)
- Parameters:
field5
- the field5 to set
getField6
public String getField6()
- Returns:
- the field6
setField6
public void setField6(String field6)
- Parameters:
field6
- the field6 to set
isbField1
public boolean isbField1()
- Returns:
- the bField1
setbField1
public void setbField1(boolean bField1)
- Parameters:
bField1
- the bField1 to set
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.