Uses of Interface
org.kuali.kfs.gl.web.struts.LookupResultsSelectable

Packages that use LookupResultsSelectable
org.kuali.kfs.gl.web.struts   
 

Uses of LookupResultsSelectable in org.kuali.kfs.gl.web.struts
 

Classes in org.kuali.kfs.gl.web.struts that implement LookupResultsSelectable
 class BalanceInquiryLookupResults
          This class is the action form for balance inquiry lookup results
 

Methods in org.kuali.kfs.gl.web.struts with parameters of type LookupResultsSelectable
 int BalanceInquiryLookupDisplayTagSurrogate.getMaxRowsPerPage(LookupResultsSelectable selectable)
           
 int LookupDisplayTagSurrogate.getMaxRowsPerPage(LookupResultsSelectable selectable)
          This method computes the max number of rows that should be rendered per page for a multiple value lookup.
 Collection BalanceInquiryLookupDisplayTagSurrogate.performMultipleValueLookup(LookupResultsSelectable selectable, org.kuali.rice.kns.web.struts.form.LookupForm form, List<org.kuali.rice.kns.web.ui.ResultRow> resultTable, boolean bounded)
           
 Collection LookupDisplayTagSurrogate.performMultipleValueLookup(LookupResultsSelectable selectable, org.kuali.rice.kns.web.struts.form.LookupForm form, List<org.kuali.rice.kns.web.ui.ResultRow> resultTable, boolean bounded)
          This method performs the lookup and returns a collection of lookup items.
 List<org.kuali.rice.kns.web.ui.ResultRow> BalanceInquiryLookupDisplayTagSurrogate.prepareToExport(LookupResultsSelectable selectable)
           
 List<org.kuali.rice.kns.web.ui.ResultRow> LookupDisplayTagSurrogate.prepareToExport(LookupResultsSelectable selectable)
          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.
 void BalanceInquiryLookupDisplayTagSurrogate.prepareToReturnNone(LookupResultsSelectable selectable)
           
 void LookupDisplayTagSurrogate.prepareToReturnNone(LookupResultsSelectable selectable)
          This method performs the operations necessary for a multiple value lookup to return no results to the calling page
 void BalanceInquiryLookupDisplayTagSurrogate.prepareToReturnSelectedResultBOs(LookupResultsSelectable selectable)
           
 void LookupDisplayTagSurrogate.prepareToReturnSelectedResultBOs(LookupResultsSelectable selectable)
          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.
 List<org.kuali.rice.kns.web.ui.ResultRow> BalanceInquiryLookupDisplayTagSurrogate.selectAll(LookupResultsSelectable selectable, int maxRowsPerPage)
           
 List<org.kuali.rice.kns.web.ui.ResultRow> LookupDisplayTagSurrogate.selectAll(LookupResultsSelectable selectable, int maxRowsPerPage)
          This method performs the operations necessary for a multiple value lookup to select all of the results and rerender the page
 List<org.kuali.rice.kns.web.ui.ResultRow> BalanceInquiryLookupDisplayTagSurrogate.sort(LookupResultsSelectable selectable, int maxRowsPerPage)
           
 List<org.kuali.rice.kns.web.ui.ResultRow> LookupDisplayTagSurrogate.sort(LookupResultsSelectable selectable, int maxRowsPerPage)
          This method performs the operations necessary for a multiple value lookup to sort results and rerender the page
 List<org.kuali.rice.kns.web.ui.ResultRow> BalanceInquiryLookupDisplayTagSurrogate.switchToPage(LookupResultsSelectable selectable, int maxRowsPerPage)
           
 List<org.kuali.rice.kns.web.ui.ResultRow> LookupDisplayTagSurrogate.switchToPage(LookupResultsSelectable selectable, int maxRowsPerPage)
          This method performs the operations necessary for a multiple value lookup to switch to another page of results and rerender the page
 List<org.kuali.rice.kns.web.ui.ResultRow> BalanceInquiryLookupDisplayTagSurrogate.unselectAll(LookupResultsSelectable selectable, int maxRowsPerPage)
           
 List<org.kuali.rice.kns.web.ui.ResultRow> LookupDisplayTagSurrogate.unselectAll(LookupResultsSelectable selectable, int maxRowsPerPage)
          This method performs the operations necessary for a multiple value lookup to unselect all of the results and rerender the page
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.