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 PagerParams
PagerParams. pagerAll(boolean pagerAll)
PagerParams
PagerParams. pageSize(int pageSize)
PagerParams
PagerParams. reverse(boolean reverse)
PagerParams
PagerParams. sort(java.lang.String sort)
PagerParams
PagerParams. 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 void
AlertQueryBuilder. 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 PagerParams
ApplicationFetcher. pager
-