Uses of Class
org.kuali.rice.kns.web.struts.form.MultipleValueLookupForm
Packages that use MultipleValueLookupForm
-
Uses of MultipleValueLookupForm in org.kuali.rice.kns.web.struts.action
Methods in org.kuali.rice.kns.web.struts.action with parameters of type MultipleValueLookupFormModifier and TypeMethodDescriptionprotected intKualiMultipleValueLookupAction.getMaxRowsPerPage(MultipleValueLookupForm multipleValueLookupForm) Deprecated.This method computes the max number of rows that should be rendered per page for a multiple value lookup.protected CollectionKualiMultipleValueLookupAction.performMultipleValueLookup(MultipleValueLookupForm multipleValueLookupForm, List<ResultRow> resultTable, int maxRowsPerPage, boolean bounded) Deprecated.This method performs the lookup and returns a collection of lookup items.KualiMultipleValueLookupAction.prepareToExport(MultipleValueLookupForm multipleValueLookupForm) Deprecated.This method performs the operations necessary for a multiple value lookup to export the rows via display tag Note: this method assumes that the export will be opened in a new browser window, therefore, persisting the selected checkboxes will not be needed.protected voidKualiMultipleValueLookupAction.prepareToReturnNone(MultipleValueLookupForm multipleValueLookupForm) Deprecated.This method performs the operations necessary for a multiple value lookup to return no results to the calling pageprotected voidKualiMultipleValueLookupAction.prepareToReturnSelectedResultBOs(MultipleValueLookupForm multipleValueLookupForm) Deprecated.This method performs the operations necessary for a multiple value lookup keep track of which results have been selected to be returned to the calling document.KualiMultipleValueLookupAction.selectAll(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to select all of the results and rerender the pageKualiMultipleValueLookupAction.sort(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to sort results and rerender the pageKualiMultipleValueLookupAction.switchToPage(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to switch to another page of results and rerender the pageKualiMultipleValueLookupAction.unselectAll(MultipleValueLookupForm multipleValueLookupForm, int maxRowsPerPage) Deprecated.This method performs the operations necessary for a multiple value lookup to unselect all of the results and rerender the page