org.kuali.rice.krad.demo.uif.form
Class ServerPagingTestForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.rice.krad.demo.uif.form.ServerPagingTestForm
All Implemented Interfaces:
Serializable, ViewModel

public class ServerPagingTestForm
extends UifFormBase

form for the server paging component library page

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, queryParameters, readOnlyFieldsList, renderedInIframe, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewPostMetadata, viewRequestParameters, viewsThatNeedDefaultValuesApplied, viewTypeName
 
Constructor Summary
ServerPagingTestForm()
           
 
Method Summary
 List<ServerPagingTestObject> getCollection1()
           
 List<UITestObject> getCollection2()
           
 List<ServerPagingTestObject> getCollection3()
           
 String getCurrentExampleIndex()
           
 String getExampleShown()
           
 String getThemeName()
           
 void setCollection1(List<ServerPagingTestObject> collection1)
           
 void setCollection2(List<UITestObject> collection2)
           
 void setCollection3(List<ServerPagingTestObject> collection3)
           
 void setCurrentExampleIndex(String currentExampleIndex)
           
 void setExampleShown(String exampleShown)
           
 void setThemeName(String themeName)
           
 
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase
addViewThatNeedsDefaultValuesApplied, generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getQueryParameters, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponent, getUpdateComponentId, getView, getViewHelperService, getViewId, getViewName, getViewPostMetadata, getViewRequestParameters, getViewService, getViewsThatNeedDefaultValuesApplied, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isCollectionPagingRequest, isDirtyForm, isJsonRequest, isRenderedInIframe, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, postBind, preBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setCollectionPagingRequest, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setQueryParameters, setReadOnlyFieldsList, setRenderedInIframe, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setUpdateComponent, setUpdateComponentId, setView, setViewId, setViewName, setViewPostMetadata, setViewRequestParameters, setViewsThatNeedDefaultValuesApplied, setViewTypeName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerPagingTestForm

public ServerPagingTestForm()
Method Detail

getThemeName

public String getThemeName()

setThemeName

public void setThemeName(String themeName)

getExampleShown

public String getExampleShown()

setExampleShown

public void setExampleShown(String exampleShown)

getCurrentExampleIndex

public String getCurrentExampleIndex()

setCurrentExampleIndex

public void setCurrentExampleIndex(String currentExampleIndex)

getCollection1

public List<ServerPagingTestObject> getCollection1()

setCollection1

public void setCollection1(List<ServerPagingTestObject> collection1)

getCollection2

public List<UITestObject> getCollection2()

setCollection2

public void setCollection2(List<UITestObject> collection2)

getCollection3

public List<ServerPagingTestObject> getCollection3()

setCollection3

public void setCollection3(List<ServerPagingTestObject> collection3)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.