Package com.infoclinika.mssharing.model.PaginationItems

Examples of com.infoclinika.mssharing.model.PaginationItems.PagedItemInfo


public class PagedItemsController extends ErrorHandler {

    protected PagedItemInfo createPagedInfo(int page, int items, String sortingField, boolean ask, String filterQuery) {
        page = page - 1; //Requested pages started from 1
        return new  PagedItemInfo(items, page, sortingField, ask, filterQuery);
    }
View Full Code Here

TOP

Related Classes of com.infoclinika.mssharing.model.PaginationItems.PagedItemInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.