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, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2014 The Kuali Foundation. All Rights Reserved.