Class KualiTableRenderFormMetadata

java.lang.Object
org.kuali.rice.kns.web.struts.form.KualiTableRenderFormMetadata

@Deprecated public class KualiTableRenderFormMetadata extends Object
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class holds the metadata necessary to render a table when displaytag is not being used.
  • Constructor Details

    • KualiTableRenderFormMetadata

      public KualiTableRenderFormMetadata()
      Deprecated.
  • Method Details

    • getColumnToSortIndex

      public int getColumnToSortIndex()
      Deprecated.
      Gets the columnToSortIndex attribute.
      Returns:
      Returns the columnToSortIndex.
    • setColumnToSortIndex

      public void setColumnToSortIndex(int columnToSortIndex)
      Deprecated.
      Sets the columnToSortIndex attribute value.
      Parameters:
      columnToSortIndex - The columnToSortIndex to set.
    • getPreviouslySortedColumnIndex

      public int getPreviouslySortedColumnIndex()
      Deprecated.
      Gets the previouslySortedColumnIndex attribute.
      Returns:
      Returns the previouslySortedColumnIndex.
    • setPreviouslySortedColumnIndex

      public void setPreviouslySortedColumnIndex(int previouslySortedColumnIndex)
      Deprecated.
      Sets the previouslySortedColumnIndex attribute value.
      Parameters:
      previouslySortedColumnIndex - The previouslySortedColumnIndex to set.
    • getResultsActualSize

      public int getResultsActualSize()
      Deprecated.
      Gets the resultsActualSize attribute.
      Returns:
      Returns the resultsActualSize.
    • setResultsActualSize

      public void setResultsActualSize(int resultsActualSize)
      Deprecated.
      Sets the resultsActualSize attribute value.
      Parameters:
      resultsActualSize - The resultsActualSize to set.
    • getResultsLimitedSize

      public int getResultsLimitedSize()
      Deprecated.
      Gets the resultsLimitedSize attribute.
      Returns:
      Returns the resultsLimitedSize.
    • setResultsLimitedSize

      public void setResultsLimitedSize(int resultsLimitedSize)
      Deprecated.
      Sets the resultsLimitedSize attribute value.
      Parameters:
      resultsLimitedSize - The resultsLimitedSize to set.
    • getSwitchToPageNumber

      public int getSwitchToPageNumber()
      Deprecated.
      Gets the switchToPageNumber attribute.
      Returns:
      Returns the switchToPageNumber.
    • setSwitchToPageNumber

      public void setSwitchToPageNumber(int switchToPageNumber)
      Deprecated.
      Sets the switchToPageNumber attribute value.
      Parameters:
      switchToPageNumber - The switchToPageNumber to set.
    • getViewedPageNumber

      public int getViewedPageNumber()
      Deprecated.
      Gets the viewedPageNumber attribute.
      Returns:
      Returns the viewedPageNumber.
    • setViewedPageNumber

      public void setViewedPageNumber(int viewedPageNumber)
      Deprecated.
      Sets the viewedPageNumber attribute value.
      Parameters:
      viewedPageNumber - The viewedPageNumber to set.
    • getTotalNumberOfPages

      public int getTotalNumberOfPages()
      Deprecated.
      Gets the totalNumberOfPages attribute.
      Returns:
      Returns the totalNumberOfPages.
    • setTotalNumberOfPages

      public void setTotalNumberOfPages(int totalNumberOfPages)
      Deprecated.
      Sets the totalNumberOfPages attribute value.
      Parameters:
      totalNumberOfPages - The totalNumberOfPages to set.
    • getFirstRowIndex

      public int getFirstRowIndex()
      Deprecated.
      Gets the firstRowIndex attribute.
      Returns:
      Returns the firstRowIndex.
    • setFirstRowIndex

      public void setFirstRowIndex(int firstRowIndex)
      Deprecated.
      Sets the firstRowIndex attribute value.
      Parameters:
      firstRowIndex - The firstRowIndex to set.
    • getLastRowIndex

      public int getLastRowIndex()
      Deprecated.
      Gets the lastRowIndex attribute.
      Returns:
      Returns the lastRowIndex.
    • setLastRowIndex

      public void setLastRowIndex(int lastRowIndex)
      Deprecated.
      Sets the lastRowIndex attribute value.
      Parameters:
      lastRowIndex - The lastRowIndex to set.
    • isSortDescending

      public boolean isSortDescending()
      Deprecated.
      Gets the sortDescending attribute.
      Returns:
      Returns the sortDescending.
    • setSortDescending

      public void setSortDescending(boolean sortDescending)
      Deprecated.
      Sets the sortDescending attribute value.
      Parameters:
      sortDescending - The sortDescending to set.
    • getColumnToSortName

      public String getColumnToSortName()
      Deprecated.
      Returns:
      the columnToSortName
    • setColumnToSortName

      public void setColumnToSortName(String columnToSortName)
      Deprecated.
      Parameters:
      columnToSortName - the columnToSortName to set
    • getPreviouslySortedColumnName

      public String getPreviouslySortedColumnName()
      Deprecated.
      Returns:
      the previouslySortedColumnName
    • setPreviouslySortedColumnName

      public void setPreviouslySortedColumnName(String previouslySortedColumnName)
      Deprecated.
      Parameters:
      previouslySortedColumnName - the previouslySortedColumnName to set
    • jumpToFirstPage

      public void jumpToFirstPage(int listSize, int maxRowsPerPage)
      Deprecated.
      Sets the paging form parameters to go to the first page of the list
      Parameters:
      listSize - size of table being rendered
      maxRowsPerPage -
    • jumpToLastPage

      public void jumpToLastPage(int listSize, int maxRowsPerPage)
      Deprecated.
      Sets the paging form parameters to go to the last page of the list
      Parameters:
      listSize - size of table being rendered
      maxRowsPerPage -
    • jumpToPage

      public void jumpToPage(int pageNumber, int listSize, int maxRowsPerPage)
      Deprecated.
      Sets the paging form parameters to go to the specified page of the list
      Parameters:
      pageNumber - first page is 0, must be non-negative. If the list is not large enough to have the page specified, then this method will be equivalent to calling jumpToLastPage.
      listSize - size of table being rendered
      maxRowsPerPage -
      See Also:
    • sort

      public void sort(List<?> items, int maxRowsPerPage)
      Deprecated.
      Sorts a list on the form according to the form metadata (sortColumName, previouslySortedColumnName)
      Parameters:
      items -
      maxRowsPerPage -
      memberTableMetadata -
      Throws:
      org.kuali.rice.kew.api.exception.WorkflowException