Class KualiTableRenderFormMetadata
java.lang.Object
org.kuali.rice.kns.web.struts.form.KualiTableRenderFormMetadata
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Gets the columnToSortIndex attribute.Deprecated.intDeprecated.Gets the firstRowIndex attribute.intDeprecated.Gets the lastRowIndex attribute.intDeprecated.Gets the previouslySortedColumnIndex attribute.Deprecated.intDeprecated.Gets the resultsActualSize attribute.intDeprecated.Gets the resultsLimitedSize attribute.intDeprecated.Gets the switchToPageNumber attribute.intDeprecated.Gets the totalNumberOfPages attribute.intDeprecated.Gets the viewedPageNumber attribute.booleanDeprecated.Gets the sortDescending attribute.voidjumpToFirstPage(int listSize, int maxRowsPerPage) Deprecated.Sets the paging form parameters to go to the first page of the listvoidjumpToLastPage(int listSize, int maxRowsPerPage) Deprecated.Sets the paging form parameters to go to the last page of the listvoidjumpToPage(int pageNumber, int listSize, int maxRowsPerPage) Deprecated.Sets the paging form parameters to go to the specified page of the listvoidsetColumnToSortIndex(int columnToSortIndex) Deprecated.Sets the columnToSortIndex attribute value.voidsetColumnToSortName(String columnToSortName) Deprecated.voidsetFirstRowIndex(int firstRowIndex) Deprecated.Sets the firstRowIndex attribute value.voidsetLastRowIndex(int lastRowIndex) Deprecated.Sets the lastRowIndex attribute value.voidsetPreviouslySortedColumnIndex(int previouslySortedColumnIndex) Deprecated.Sets the previouslySortedColumnIndex attribute value.voidsetPreviouslySortedColumnName(String previouslySortedColumnName) Deprecated.voidsetResultsActualSize(int resultsActualSize) Deprecated.Sets the resultsActualSize attribute value.voidsetResultsLimitedSize(int resultsLimitedSize) Deprecated.Sets the resultsLimitedSize attribute value.voidsetSortDescending(boolean sortDescending) Deprecated.Sets the sortDescending attribute value.voidsetSwitchToPageNumber(int switchToPageNumber) Deprecated.Sets the switchToPageNumber attribute value.voidsetTotalNumberOfPages(int totalNumberOfPages) Deprecated.Sets the totalNumberOfPages attribute value.voidsetViewedPageNumber(int viewedPageNumber) Deprecated.Sets the viewedPageNumber attribute value.voidDeprecated.Sorts a list on the form according to the form metadata (sortColumName, previouslySortedColumnName)
-
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
Deprecated.- Returns:
- the columnToSortName
-
setColumnToSortName
Deprecated.- Parameters:
columnToSortName- the columnToSortName to set
-
getPreviouslySortedColumnName
Deprecated.- Returns:
- the previouslySortedColumnName
-
setPreviouslySortedColumnName
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 renderedmaxRowsPerPage-
-
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 renderedmaxRowsPerPage-
-
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 renderedmaxRowsPerPage-- See Also:
-
sort
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
-