Method DetailString get(String property) Returns the specified value from the PagingInfo data.
Parameters:
Returns: String Since: 10-26-2010 Integer getCurrentPage() Returns the number of the current page. Only set if DataViewFilter.filterByPage has been called. Returns: Integer Since: 06-05-2009 Data getData() Returns a Data object with information from this paging info. Returns: Data Since: 01-19-2009 Integer getFirstPage() Returns the page number of the first page. Only set if DataViewFilter.filterByPage has been called. Returns: Integer Since: 05-06-2009 Integer getLastPage() Returns the page number of the last page. Only set if DataViewFilter.filterByPage has been called. Returns: Integer Since: 05-06-2009 Integer getNextPage() Returns the page number of the next page. Only set if DataViewFilter.filterByPage has been called. Returns: Integer Since: 05-06-2009 Integer getPageCount() Returns the total page count. Only set if DataViewFilter.filterByPage has been called. Returns: Integer Since: 05-06-2009 Integer getPreviousPage() Returns the page number of the previous page. Only set if DataViewFilter.filterByPage has been called. Returns: Integer Since: 05-06-2009 String getQueryString() Returns all non default properties (those you've added to Data) as a querystring. Returns: String Since: 10-26-2010 String getQueryString(String action, String pageNumberVariable, int pageNumber) Returns all non default properties (those you've added to Data) as a querystring with action and pageNumber information.
Parameters:
Returns: String Since: 10-26-2010 Integer getTotalRecordCount() Returns the total number of records matching the filter. Returns: Integer Since: 05-24-2024 Boolean hasNextPage() Returns true if there is a next page. Only set if DataViewFilter.filterByPage has been called. Returns: Boolean Since: 05-06-2009 Boolean hasPreviousPage() Returns true if there is a previous page. Only set if DataViewFilter.filterByPage has been called. Returns: Boolean Since: 05-06-2009 boolean isFast() Returns true if fast paging is enabled. Returns: boolean Since: 06-20-2024 String toString() Returns a description of this object. Returns: String Since: 05-18-2009 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |