@Deprecated public class KualiTableRenderFormMetadata extends Object
Constructor and Description |
---|
KualiTableRenderFormMetadata()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnToSortIndex()
Deprecated.
Gets the columnToSortIndex attribute.
|
String |
getColumnToSortName()
Deprecated.
|
int |
getFirstRowIndex()
Deprecated.
Gets the firstRowIndex attribute.
|
int |
getLastRowIndex()
Deprecated.
Gets the lastRowIndex attribute.
|
int |
getPreviouslySortedColumnIndex()
Deprecated.
Gets the previouslySortedColumnIndex attribute.
|
String |
getPreviouslySortedColumnName()
Deprecated.
|
int |
getResultsActualSize()
Deprecated.
Gets the resultsActualSize attribute.
|
int |
getResultsLimitedSize()
Deprecated.
Gets the resultsLimitedSize attribute.
|
int |
getSwitchToPageNumber()
Deprecated.
Gets the switchToPageNumber attribute.
|
int |
getTotalNumberOfPages()
Deprecated.
Gets the totalNumberOfPages attribute.
|
int |
getViewedPageNumber()
Deprecated.
Gets the viewedPageNumber attribute.
|
boolean |
isSortDescending()
Deprecated.
Gets the sortDescending attribute.
|
void |
jumpToFirstPage(int listSize,
int maxRowsPerPage)
Deprecated.
Sets the paging form parameters to go to the first page of the list
|
void |
jumpToLastPage(int listSize,
int maxRowsPerPage)
Deprecated.
Sets the paging form parameters to go to the last page of the list
|
void |
jumpToPage(int pageNumber,
int listSize,
int maxRowsPerPage)
Deprecated.
Sets the paging form parameters to go to the specified page of the list
|
void |
setColumnToSortIndex(int columnToSortIndex)
Deprecated.
Sets the columnToSortIndex attribute value.
|
void |
setColumnToSortName(String columnToSortName)
Deprecated.
|
void |
setFirstRowIndex(int firstRowIndex)
Deprecated.
Sets the firstRowIndex attribute value.
|
void |
setLastRowIndex(int lastRowIndex)
Deprecated.
Sets the lastRowIndex attribute value.
|
void |
setPreviouslySortedColumnIndex(int previouslySortedColumnIndex)
Deprecated.
Sets the previouslySortedColumnIndex attribute value.
|
void |
setPreviouslySortedColumnName(String previouslySortedColumnName)
Deprecated.
|
void |
setResultsActualSize(int resultsActualSize)
Deprecated.
Sets the resultsActualSize attribute value.
|
void |
setResultsLimitedSize(int resultsLimitedSize)
Deprecated.
Sets the resultsLimitedSize attribute value.
|
void |
setSortDescending(boolean sortDescending)
Deprecated.
Sets the sortDescending attribute value.
|
void |
setSwitchToPageNumber(int switchToPageNumber)
Deprecated.
Sets the switchToPageNumber attribute value.
|
void |
setTotalNumberOfPages(int totalNumberOfPages)
Deprecated.
Sets the totalNumberOfPages attribute value.
|
void |
setViewedPageNumber(int viewedPageNumber)
Deprecated.
Sets the viewedPageNumber attribute value.
|
void |
sort(List<?> items,
int maxRowsPerPage)
Deprecated.
Sorts a list on the form according to the form metadata (sortColumName, previouslySortedColumnName)
|
public KualiTableRenderFormMetadata()
public int getColumnToSortIndex()
public void setColumnToSortIndex(int columnToSortIndex)
columnToSortIndex
- The columnToSortIndex to set.public int getPreviouslySortedColumnIndex()
public void setPreviouslySortedColumnIndex(int previouslySortedColumnIndex)
previouslySortedColumnIndex
- The previouslySortedColumnIndex to set.public int getResultsActualSize()
public void setResultsActualSize(int resultsActualSize)
resultsActualSize
- The resultsActualSize to set.public int getResultsLimitedSize()
public void setResultsLimitedSize(int resultsLimitedSize)
resultsLimitedSize
- The resultsLimitedSize to set.public int getSwitchToPageNumber()
public void setSwitchToPageNumber(int switchToPageNumber)
switchToPageNumber
- The switchToPageNumber to set.public int getViewedPageNumber()
public void setViewedPageNumber(int viewedPageNumber)
viewedPageNumber
- The viewedPageNumber to set.public int getTotalNumberOfPages()
public void setTotalNumberOfPages(int totalNumberOfPages)
totalNumberOfPages
- The totalNumberOfPages to set.public int getFirstRowIndex()
public void setFirstRowIndex(int firstRowIndex)
firstRowIndex
- The firstRowIndex to set.public int getLastRowIndex()
public void setLastRowIndex(int lastRowIndex)
lastRowIndex
- The lastRowIndex to set.public boolean isSortDescending()
public void setSortDescending(boolean sortDescending)
sortDescending
- The sortDescending to set.public String getColumnToSortName()
public void setColumnToSortName(String columnToSortName)
columnToSortName
- the columnToSortName to setpublic String getPreviouslySortedColumnName()
public void setPreviouslySortedColumnName(String previouslySortedColumnName)
previouslySortedColumnName
- the previouslySortedColumnName to setpublic void jumpToFirstPage(int listSize, int maxRowsPerPage)
listSize
- size of table being renderedmaxRowsPerPage
- public void jumpToLastPage(int listSize, int maxRowsPerPage)
listSize
- size of table being renderedmaxRowsPerPage
- public void jumpToPage(int pageNumber, int listSize, int maxRowsPerPage)
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
- jumpToLastPage(int, int)
public void sort(List<?> items, int maxRowsPerPage)
memberTableMetadata
- items
- maxRowsPerPage
- WorkflowException
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.