org.kuali.student.enrollment.kitchensink
Class KitchenSinkForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.student.enrollment.kitchensink.KitchenSinkForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class KitchenSinkForm
- extends UifFormBase
This class //TODO ...
- Author:
- Kuali Student Team
- 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 |
KitchenSinkForm
public KitchenSinkForm()
postBind
public void postBind(HttpServletRequest request)
- Specified by:
postBind
in interface ViewModel
- Overrides:
postBind
in class UifFormBase
getStringField1
public String getStringField1()
setStringField1
public void setStringField1(String stringField1)
getStringField2
public String getStringField2()
setStringField2
public void setStringField2(String stringField2)
getStringField3
public String getStringField3()
setStringField3
public void setStringField3(String stringField3)
getStringField4
public String getStringField4()
setStringField4
public void setStringField4(String stringField4)
getStringField5
public String getStringField5()
setStringField5
public void setStringField5(String stringField5)
getCheckboxSelected
public Boolean getCheckboxSelected()
setCheckboxSelected
public void setCheckboxSelected(Boolean checkboxSelected)
getIntegerField1
public Integer getIntegerField1()
setIntegerField1
public void setIntegerField1(Integer integerField1)
getCheckboxSelections
public List<String> getCheckboxSelections()
setCheckboxSelections
public void setCheckboxSelections(List<String> checkboxSelections)
getCollection
public List<KitchenSinkFormCollection1> getCollection()
setCollection
public void setCollection(List<KitchenSinkFormCollection1> collection)
getList1
public List<KitchenSinkFormCollection2> getList1()
- Returns:
- the list1
setList1
public void setList1(List<KitchenSinkFormCollection2> list1)
- Parameters:
list1
- the list1 to set
getList3
public List<KitchenSinkFormCollection2> getList3()
- Returns:
- the list3
setList3
public void setList3(List<KitchenSinkFormCollection2> list3)
- Parameters:
list3
- the list3 to set
getDisplayScheduleMockDataList
public List<KitchenSinkMockDisplayScheduleData> getDisplayScheduleMockDataList()
setDisplayScheduleMockDataList
public void setDisplayScheduleMockDataList(List<KitchenSinkMockDisplayScheduleData> displayScheduleMockDataList)
getActivityList
public List<KitchenSinkMockActivityData> getActivityList()
setActivityList
public void setActivityList(List<KitchenSinkMockActivityData> activityList)
getMultiSelections
public List<String> getMultiSelections()
setMultiSelections
public void setMultiSelections(List<String> multiSelections)
getRadioButtonSelection
public String getRadioButtonSelection()
setRadioButtonSelection
public void setRadioButtonSelection(String radioButtonSelection)
getDropdownSelection
public String getDropdownSelection()
setDropdownSelection
public void setDropdownSelection(String dropdownSelection)
getDateField
public Date getDateField()
setDateField
public void setDateField(Date dateField)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.