| Package | Description |
|---|---|
| org.kuali.rice.kns.web.struts.action |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
KualiMultipleValueLookupAction.getMaxRowsPerPage(MultipleValueLookupForm multipleValueLookupForm)
Deprecated.
This method computes the max number of rows that should be rendered per page for a multiple value lookup.
|
protected Collection |
KualiMultipleValueLookupAction.performMultipleValueLookup(MultipleValueLookupForm multipleValueLookupForm,
List<ResultRow> resultTable,
int maxRowsPerPage,
boolean bounded)
Deprecated.
This method performs the lookup and returns a collection of lookup items.
|
protected List<ResultRow> |
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 void |
KualiMultipleValueLookupAction.prepareToReturnNone(MultipleValueLookupForm multipleValueLookupForm)
Deprecated.
This method performs the operations necessary for a multiple value lookup to return no results to the calling page
|
protected void |
KualiMultipleValueLookupAction.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.
|
protected List<ResultRow> |
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 page
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.sort(MultipleValueLookupForm multipleValueLookupForm,
int maxRowsPerPage)
Deprecated.
This method performs the operations necessary for a multiple value lookup to sort results and rerender the page
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.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 page
|
protected List<ResultRow> |
KualiMultipleValueLookupAction.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
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.