Uses of Class
com.jalios.jcms.PagerParams
-
Packages that use PagerParams Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.application -
-
Uses of PagerParams in com.jalios.jcms
Methods in com.jalios.jcms that return PagerParams Modifier and Type Method Description PagerParamsPagerParams. pagerAll(boolean pagerAll)PagerParamsPagerParams. pageSize(int pageSize)PagerParamsPagerParams. reverse(boolean reverse)PagerParamsPagerParams. sort(java.lang.String sort)PagerParamsPagerParams. start(int start)Constructors in com.jalios.jcms with parameters of type PagerParams Constructor Description PagerParams(PagerParams other) -
Uses of PagerParams in com.jalios.jcms.alert
Methods in com.jalios.jcms.alert with parameters of type PagerParams Modifier and Type Method Description voidAlertQueryBuilder. pagerParams(PagerParams pagerParams) -
Uses of PagerParams in com.jalios.jcms.application
Fields in com.jalios.jcms.application declared as PagerParams Modifier and Type Field Description protected PagerParamsApplicationFetcher. pager
-